Showing the configuration at the interface level
Cisco Routers/Switches, How-to, IOS Fundamentals November 29th. 2007, 12:48pmOne of the pains about Cisco is that once you enter the configuration prompt, you can’t show the active configuration without leaving the configuration prompt. Juniper has had this ability for some time and in recent IOS codes, Cisco has finally caught up with the ‘Do’ command. For example:
RouterA#config t
Enter configuration commands, one per line. End with CNTL/Z.
RouterA(config)#interface vlan 5
RouterA(config-if)#do sho run interface vlan 6
Building configuration…
Current configuration : 98 bytes
!
interface Vlan6
description Conn To Core
ip address 10.10.10.1 255.255.255.252
end
Related posts:
- Authentication in Cisco IOSAdding username and password authentication to Cisco routers and switches...
- Configure Port Mirrors on Cisco SwitchesSwitches make network troubleshooting a bit more difficult because not...
- Configuring SSH on Cisco routers/switches (How-to)With all of the security problems out there today, it...
- Troubleshoot CPU spikes on Cisco switches and routersCPU spikes on switches and routers can cause crazy problems...
- Configure Port Channels in IOSPort Channels are a quick way to get more bandwidth...
Related posts brought to you by Yet Another Related Posts Plugin.
