Ports on an IOS device
Cisco uses the term interface to refer to physical ports on an IOS device. Interfaces can be configured with different settings, depending on the type of the interface and whether you are configuring an interface on a router or on a switch. For example, the Cisco 7201 Router has four GE physical ports (image source: Cisco): To display the router interfaces in IOS, use the show ip int brief command from the privileged exec mode: In the output above we can see that this router has 2 physical interfaces – FastEthernet0/0 and FastEthernet0/1. Consider the output for the Fa0/0 interface: Here is a brief description of each column: Interface – displays the type of the interface, in this case Fast Ethernet 0/0. The first zero specifies the physical slot on the router, while the second zero specifies the port number. IP-Address – displays the interface’s IP address. OK? – YES in this column signifies that the IP address is...
Comments
Post a Comment