When we execute a privilege command like show, clear commands on global mode of router .Then it show an error message
Router(config)#show ip int
^
% Invalid input detected at '^' marker.
Router(config)#
To solve out this problem do command it used to execute privilege commands on global mode.
Router(config)#do show ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 10.1.1.1 YES manual up down
FastEthernet0/1 unassigned YES unset administratively down down
Vlan1 unassigned YES unset administratively down down
Router(config)#
For Further Reading,
- Spring Framework - Example of Database Connectivity with DataSource
- Spring Framework- Execption handling in AOP
- Spring Framework - Example to use @Before annotation with args() in AOP
- Spring Framework-Example to use JoinPoint in AOP
- What is XML ?
- How to insert a record in table using hibernate.
- How to write hibernate code in java application
- How to set Hibernate environment in java application
- How to import xml file in another xml ?
- Difference among Point to Point,Broadcast and Non-broadcast multiaccess networks
- Command to enable OSPF Routing protocol on Router interface mode
- Why We used areas in OSPF routing protocol?
- How to create a TCL script in router for ping ?
- How to configure GNS3 to a virtual box client.
- Spring Framework - MethodReplacer Example in spring
0 comments:
Post a Comment