1

How to show the interface configuration under a interface?

Router(config)#interface gigabitEthernet 2/1
Router(config-if)#

if i use Quidway switch or router when I under a interface, I can use display this to display self, but how to display this in Cisco IOS.

244boy
  • 675

1 Answers1

0

You mean this . In the configure terminal you are able to run privilege command such as show command . But before use it you should type do at first of your command. if-conf#do show int gig 0/5

Damoun
  • 11