10/11/2017
Router – R1 configuration
Router>en
Router t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)
Router(config) R1
R1(config) f0/0
R1(config-if) add 10.0.0.1 255.0.0.0
R1(config-if) sh
R1(config-if) #
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1(config-if) wr
Building configuration...
[OK]
R1(config-if)
R1(config) f0/1
R1(config-if) add 40.0.0.1 255.0.0.0
R1(config-if) sh
R1(config-if) #
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
R1(config-if) wr
Building configuration...
[OK]
R1(config-if)
R1(config) s0/3/0
R1(config-if) add 70.0.0.1 255.0.0.0
R1(config-if)
R1(config-if) rate 64000
R1(config-if) sh
%LINK-5-CHANGED: Interface Serial0/3/0, changed state to down
R1(config-if) #
R1(config-if) wr
Building configuration...
[OK]
R1(config-if)
R1(config) #
Router R2 configuration
Router>en
Router t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)
Router(config) R2
R2(config) f0/0
R2(config-if) add 20.0.0.1 255.0.0.0
R2(config-if) sh
R2(config-if) #
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R2(config-if) wr
Building configuration...
[OK]
R2(config-if)
R2(config) f0/1
R2(config-if) add 50.0.0.1 255.0.0.0
R2(config-if) sh
R2(config-if) #
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
R2(config-if) wr
Building configuration...
[OK]
R2(config-if)
R2(config) s0/3/0
R2(config-if) add 70.0.0.2 255.0.0.0
R2(config-if) sh
R2(config-if) #
%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up
R2(config-if) wr
Building configuration...
[OK]
R2(config-if)
R2(config) s0/3/
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to up
1
R2(config-if)
R2(config) s0/3/1
R2(config-if) add 80.0.0.1 255.0.0.0
R2(config-if)
R2(config-if) rate 64000
R2(config-if) sh
%LINK-5-CHANGED: Interface Serial0/3/1, changed state to down
R2(config-if) #
R2(config-if) wr
Building configuration...
[OK]
R2(config-if)
R2(config) #
Router R3 – configuration
Router>en
Router t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)
Router(config) R3
R3(config) f0/0
R3(config-if) add 30.0.0.1 255.0.0.0
R3(config-if) sh
R3(config-if) #
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R3(config-if) wr
Building configuration...
[OK]
R3(config-if)
R3(config) f0/1
R3(config-if) add 60.0.0.1 255.0.0.0
R3(config-if) sh
R3(config-if) #
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
R3(config-if) wr
Building configuration...
[OK]
R3(config-if)
R3(config) s0/3/1
R3(config-if) add 80.0.0.2 255.0.0.0
R3(config-if) sh
R3(config-if) #
%LINK-5-CHANGED: Interface Serial0/3/1, changed state to up
R3(config-if) wr
Building configuration...
[OK]
R3(config-if)
R3(config) #
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/1, changed state to up
Router R1 –path configuration
Router>en
Router t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)
Router(config) R3
R3(config) f0/0
R3(config-if) add 30.0.0.1 255.0.0.0
R3(config-if) sh
R3(config-if) #
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R3(config-if) wr
Building configuration...
[OK]
R3(config-if)
R3(config) f0/1
R3(config-if) add 60.0.0.1 255.0.0.0
R3(config-if) sh
R3(config-if) #
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
R3(config-if) wr
Building configuration...
[OK]
R3(config-if)
R3(config) s0/3/1
R3(config-if) add 80.0.0.2 255.0.0.0
R3(config-if) sh
R3(config-if) #
%LINK-5-CHANGED: Interface Serial0/3/1, changed state to up
R3(config-if) wr
Building configuration...
[OK]
R3(config-if)
R3(config) #
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/1, changed state to up
R1 Router – Path configuration
R1(config) rout
R1(config) route 20.0.0.0 255.0.0.0 70.0.0.2
R1(config) rou
R1(config) route 30.0.0.0 255.0.0.0 80.0.0.2
R1(config) route 50.0.0.0 255.0.0.0 70.0.0.2
R1(config) route 60.0.0.0 255.0.0.0 80.0.0.2
R1(config) route 80.0.0.0 255.0.0.0 70.0.0.2
R1(config) wr
Building configuration...
[OK]
R2 Router – Path configuration
R2>en
R2 t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config) route 10.0.0.0 255.0.0.0 70.0.0.1
R2(config) route 40.0.0.0 255.0.0.0 70.0.0.1
R2(config) route 30.0.0.0 255.0.0.0 80.0.0.2
R2(config) route 60.0.0.0 255.0.0.0 80.0.0.2
R2(config) wr
Building configuration...
[OK]
R2(config)
R2 #
%SYS-5-CONFIG_I: Configured from console by console
R3 Router – Path configuration
R3>en
R3 t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config) route 20.0.0.0 255.0.0.0 80.0.0.1
R3(config) route 50.0.0.0 255.0.0.0 80.0.0.1
R3(config) route 10.0.0.0 255.0.0.0 70.0.0.1
R3(config) route 40.0.0.0 255.0.0.0 70.0.0.1
R3(config) route 70.0.0.0 255.0.0.0 80.0.0.1
R3(config) wr
Building configuration...