Current configuration: ! version 11.3 service timestamps debug uptime service timestamps log uptime no service passWord-encryption ! hostname xxxxxx ! enable secret 5 $1$ytiO$SdPBfG.qBHMK.NpMPC6vq. // enable secret 口令為xxxxx enable password xxxxxxx ! ! ! ! interface Ethernet0/0 ip address 10.14.145.254 255.255.255.0 ! interface Serial0/0 ip address 10.14.255.253 255.255.255.252 //二級機構的城域DDN線路 ! router ospf 10 network 10.14.145.0 0.0.0.255 area 0 // 定義ospf的工作范圍 network 10.14.255.0 0.0.0.255 area 0 // 定義ospf的工作范圍 ! ip classless ! snmp-server community public RO // 定義網管用 Read-Only權限 的community 為public snmp-server community PRivate RW // 定義網管用 Read&Write權限的community 為private snmp-server host 10.14.128.25 private // 定義網管機的IP地址和權限 ! line con 0
line aux 0 // 將Aux口配置成可以終端遠程撥號訪問方式,提供遠程配置能力 password cisco // 口令為cisco login modem InOut transport input all stopbits 1 speed 38400 flowcontrol hardware line vty 0 4 password cisco login ! end