|
最基础的路由器配置实例 Enable Configure terminal Service password-encryption Hostname cisco1721 Enable secret 654321 Enable password 123456 ip subnet-zero ip name-server 202.96.134.133 202.96.172.218 interface fastethernet 0 ip address 61.142.221.5 255.255.255.240 speed auto no shutdown interface serial 0 ip unnumbered fastethernet 0 encapsulation ppp no fair-queue bandwidth 2048 no shutdown exit ip classless ip route 0.0.0.0 0.0.0.0 serial 0 no ip http server line con 0 line aux 0 line vty 0 4 password 12345678 login no scheduler allocate end copy running-config startup-config reload Enable Configure terminal Service password-encryption Hostname cisco1721 Enable secret 654321 Enable password 123456 ip subnet-zero ip name-server 202.96.134.133 202.96.172.218 interface fastethernet 0 ip address 61.142.221.5 255.255.255.240 speed auto no shutdown interface serial 0 ip unnumbered fastethernet 0 encapsulation ppp no fair-queue bandwidth 2048 no shutdown exit ip classless ip route 0.0.0.0 0.0.0.0 serial 0 no ip http server line con 0 line aux 0 line vty 0 4 password 12345678 login no scheduler allocate end copy running-config startup-config reload
|