0% found this document useful (0 votes)
23 views3 pages

System Routing

The document shows the configuration of IP addresses on interfaces of a router. It goes through configuring interface GigabitEthernet0/0/0 with IP 192.168.10.1 and interface GigabitEthernet0/0/1 with IP 209.165.200.225. It also shows the status of interfaces before and after configuration.

Uploaded by

Ansar Ansar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views3 pages

System Routing

The document shows the configuration of IP addresses on interfaces of a router. It goes through configuring interface GigabitEthernet0/0/0 with IP 192.168.10.1 and interface GigabitEthernet0/0/1 with IP 209.165.200.225. It also shows the status of interfaces before and after configuration.

Uploaded by

Ansar Ansar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Would you like to enter the initial configuration dialog?

[yes/no]:

Press RETURN to get started!

Router> show ip route


Codes: L - local, C - connected, S - static, R - RIP, M -
mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS
inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

Router>
Router>
Router>
Router>
Router>
Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface GigabitEthernet0/0/0
Router(config-if)#
Router(config-if)#
Router(config-if)#end
Router#erase startup-config
Erasing the nvram filesystem will remove all configuration
files! Continue? [confirm]
%SYS-5-CONFIG_I: Configured from console by console
N
Router#
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#show ip interface brief


Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 unassigned YES unset administratively
down down
GigabitEthernet0/0/1 unassigned YES unset administratively
down down
GigabitEthernet0/0/2 unassigned YES unset administratively
down down
Vlan1 unassigned YES unset administratively down down
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface g0/0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.0
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0/0, changed state
to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface


GigabitEthernet0/0/0, changed state to up

Router(config-if)#exit
Router(config)#interface g0/0/1
Router(config-if)#ip address 209.165.200.225 255.255.255.252
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0/1, changed state
to up

Router(config-if)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#show ip interface brief


Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 192.168.10.1 YES manual up up
GigabitEthernet0/0/1 209.165.200.225 YES manual up down
GigabitEthernet0/0/2 unassigned YES unset administratively
down down
Vlan1 unassigned YES unset administratively down down
Router#

Router con0 is now available


Press RETURN to get started.

You might also like