CISCO---SDM

cisco----SDM

上图看看:

 

配置如下给能看懂的人:

R1:


en
config  t
line con 0
logg sync
exec-time 0 0
exit
no ip domain-lookup
host r1

 

int f1/0
ip add 192.168.1.1 255.255.255.252
no sh
int f0/0
ip add 192.168.3.1 255.255.255.0
no sh
ip route 192.168.2.0 255.255.255.0 192.168.1.2


R2:

int f1/0
ip add 192.168.1.2 255.255.255.252
no sh
int loopback0
ip add 192.168.2.1 255.255.255.0

ip route 0.0.0.0 0.0.0.0 f1/0


SDM:

ip http server
ip http secure-server
ip http authentication local
username cisco privilege 15 password cisco
line console 0
login local
exit
line vty 0 4
privilege level 15
login local
transport input telnet
transport input telnet ssh

 

 

你可能感兴趣的:(职场,Cisco,休闲,SDM)