0% found this document useful (0 votes)
13 views

Default Routing Configure

Uploaded by

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

Default Routing Configure

Uploaded by

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

--| Conceptions |--

1. Add IP Address in Router Interface


2. Gateway
3. Next Hop
4. Default Roiute: 0.0.0.0 0.0.0.0 {next hop}

--| Configuration |--

>> R-01 Configuration


R-01>
R-01>en
R-01#configure terminal

R-01(config)#interface GigabitEthernet0/1
R-01(config-if)#ip address 10.10.10.1 255.0.0.0
R-01(config-if)#no shutdown

R-01(config)#interface GigabitEthernet0/0
R-01(config-if)#ip address 30.30.30.2 255.0.0.0
R-01(config-if)#no shutdown

R-01(config)#ip routing
R-01(config)#ip route 0.0.0.0 0.0.0.0 30.30.30.4

R-01#wr
Building configuration...
[OK]
SW-01#

>> R-02 Configuration


R-01>
R-01>en
R-01#configure terminal

R-01(config)#interface GigabitEthernet0/1
R-01(config-if)#ip address 20.20.20.1 255.0.0.0
R-01(config-if)#no shutdown

R-01(config)#interface GigabitEthernet0/0
R-01(config-if)#ip address 30.30.30.4 255.0.0.0
R-01(config-if)#no shutdown

R-01(config)#ip routing
R-01(config)#ip route 0.0.0.0 0.0.0.0 30.30.30.2

R-01#wr
Building configuration...
[OK]
SW-01#

--| Confirmation |--


C:\>ping 20.20.20.2

Pinging 20.20.20.2 with 32 bytes of data:

Reply from 20.20.20.2: bytes=32 time=1ms TTL=126


R-01#show ip route

You might also like