1. Logging into router console using Telnet
telnet 192.168.1.1
Trying 192.168.1.1…
Connected to 192.168.1.1.
Escape character is ‘^]’.
MY_ROUTER>
2. Moving to ENABLE mode. You cannot do any configuration on ENABLE mode but can only view different show outputs and configurations.
MY_ROUTER>enable
Password:
MY_ROUTER#
3. “show ip int b” to see all the interfaces on the router
MY_ROUTER#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0/0 192.168.1.1 YES NVRAM up up
GigabitEthernet1/0/0 unassigned YES unset up up
GigabitEthernet1/1/0 unassigned YES unset down down
ATM3/0/0 unassigned YES unset up up
ATM3/0/1 unassigned YES unset up up
ATM3/0/2 unassigned YES unset up up
ATM3/0/3 unassigned YES unset up up
GigabitEthernet4/0/0 unassigned YES unset up up
ATM5/0/0 unassigned YES unset up up
ATM6/0/0 unassigned YES unset down down
ATM6/0/1 unassigned YES unset down down
ATM6/0/2 unassigned YES unset down down
ATM6/0/3 unassigned YES unset down down
GigabitEthernet7/0/0 unassigned YES unset up up
FastEthernet7/1/0 unassigned YES unset up up
FastEthernet7/1/1 unassigned YES unset down down
FastEthernet7/1/2 unassigned YES unset down down
FastEthernet7/1/3 unassigned YES unset down down
FastEthernet7/1/4 unassigned YES unset down down
FastEthernet7/1/5 unassigned YES unset down down
FastEthernet7/1/6 unassigned YES unset down down
FastEthernet7/1/7 unassigned YES unset down down
ATM8/0/0 unassigned YES unset down down
MY_ROUTER#
4.