CISCO – Show command from global configuration
Do you know that you can do all show command from cisco IOS global configuration mode (or for example from interface configuration mode) without exit from it?
Try with the “do” command before the command that you want execute (see below):
router.test(config-if)#
router.test(config-if)#do show run interface vlan 4
Building configuration…
!
interface Vlan4
description ‘Private network” ip address 192.168.1.2 255.255.255.0
ip flow ingress
standby 4 ip 192.168.1.1
standby 4 priority 110
standby 4 preempt
end
router.test(config-if)#
Networksoul Team
No comments yet.
Leave a comment
Categories
- AskoziaPBX (6)
- cisco (1)
- Debian Lenny (6)
- general (1)
- Home server (6)
- Linux (6)
- m0n0wall (1)
- switching (1)
- voice (1)
- Voyage Linux (6)
