Router>en Router#conf t Router(config)#int g 0/0 Router(config-if)#ip add Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#no sh Router(config-if)# %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
2014年1月23日 星期四
Cisco 介面設定
Cisco 介面設定
2014年1月21日 星期二
Cisco Ping 指令運用
Cisco Ping 指令運用
預設為五次:
預設為五次:
Router#ping 192.168.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms其他次數的方法如下:
Router#ping Protocol [ip]: Target IP address: 192.168.1.2 Repeat count [5]: 3 Datagram size [100]: Timeout in seconds [2]: Extended commands [n]: Sweep range of sizes [n]: Type escape sequence to abort. Sending 3, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds: !!! Success rate is 100 percent (3/3), round-trip min/avg/max = 0/0/0 ms Router#