Posts tagged Tips
Cisco IOS Tips: Reload Command Explained
Aug 31st
I guess the reload command is self explanatory. It reboots the router.
Reload command can take two different kind of timer
- Execute at specific time or date (e.g at 11:00)
- Execute after certain number of minutes (e.g after 30mins)
Note : The router clock must be set before the reload command can work properly.
Read more →
Cisco IOS Tips: Display Interface The Smart Way
Aug 29th
Use the following command to dsplay brief summary of interfaces
Router#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.1.2 YES manual up up
FastEthernet0/1 192.168.10.2 YES manual up up
FastEthernet1/0 unassigned YES unset up down
FastEthernet1/1 unassigned YES unset up down
FastEthernet1/2 unassigned YES unset up down
FastEthernet1/3 unassigned YES unset up down
...
