JITUAN#
JITUAN#
JITUAN#show run
Building configuration...
Current configuration : 3932 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname JITUAN
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 12.102.88.240 12.102.88.254
!
ip dhcp pool Vlan22
network 12.102.88.0 255.255.255.0
domain-name tplic.com
dns-server 12.100.1.5
default-router 12.102.88.254
option 150 ip 12.100.1.5
!
!
no ip domain lookup
ip domain name yourdomain.com
multilink bundle-name authenticated
!
!
username jituan privilege 15 password 0 jituan
archive
log config
hidekeys
!
!
controller E1 0/0/0
framing NO-CRC4
channel-group 1 timeslots 1-31
!
bridge irb
!
!
!
interface FastEthernet0/0
description to Data
no ip address
ip nat inside
ip virtual-reassembly
ip policy route-map outside
duplex auto
speed auto
!
interface FastEthernet0/1
description to internet
ip address 192.168.100.2 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1/0
!
interface FastEthernet0/1/1
switchport mode trunk
!
interface FastEthernet0/1/2
!
interface FastEthernet0/1/3
!
interface Serial0/0/0:1
ip address 10.102.255.45 255.255.255.252
!
interface Vlan1
description to Data
ip address 10.102.88.254 255.255.255.0
ip nat inside
ip virtual-reassembly
ip policy route-map outside
!
interface Vlan22
ip address 12.102.88.254 255.255.255.0
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.100.1
ip route 12.0.0.0 255.0.0.0 10.102.255.46
!
!
ip http server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 101 interface FastEthernet0/1 overload
!
access-list 100 permit ip any 10.0.0.0 0.255.255.255
access-list 100 permit ip any 12.0.0.0 0.255.255.255
access-list 101 permit ip 10.102.88.0 0.0.0.255 any
disable-eadi
route-map outside permit 100
match ip address 100
set ip next-hop 10.102.255.46
!
!
!
control-plane
!
banner exec ^C
% Password expiration warning.
-----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device and
it provides the default username "cisco" for one-time use. If you have already
used the username "cisco" to login to the router and your IOS image supports the
"one-time" user option, then this username has already expired. You will not be
able to login to the router with this username after you exit this session.
It is strongly suggested that you create a new username with a privilege level
of 15 using the following command.
Replace <myuser> and <mypassword> with the username and password you want to
use.
-----------------------------------------------------------------------
^C
banner login ^C
-----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device.
This feature requires the one-time use of the username "cisco"
with the password "cisco". The default username and password have a privilege level of 15.
Please change these publicly known initial credentials using SDM or the IOS CLI.
Here are the Cisco IOS commands.
username <myuser> privilege 15 secret 0 <mypassword>
no username cisco
Replace <myuser> and <mypassword> with the username and password you want to use.
For more information about SDM please follow the instructions in the QUICK START
GUIDE for your router or go to http://www.cisco.com/go/sdm
-----------------------------------------------------------------------
^C
!
line con 0
logging synchronous
login local
line aux 0
line vty 0 4
privilege level 15
logging synchronous
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
scheduler allocate 20000 1000
end