Config of Router

download Config of Router

of 5

Transcript of Config of Router

  • 8/6/2019 Config of Router

    1/5

  • 8/6/2019 Config of Router

    2/5

    RA#show ip route

    C 10.0.0.0/8 is directly connected, FastEthernet0/0C 11.0.0.0/8 is directly connected, FastEthernet0/1

    C 12.0.0.0/8 is directly connected, Serial0/0/0

    S 13.0.0.0/8 is directly connected, Serial0/0/0S 15.0.0.0/8 is directly connected, Serial0/0/0

    S 16.0.0.0/8 is directly connected, Serial0/0/0

    Router>en

    Router#config terminalEnter configuration commands, one per line. End with CNTL/Z.

    Router(config)#hostname RB

    RB(config)#interface fa 0/0

    RB(config-if)#ip add 13.0.0.1 255.0.0.0RB(config-if)#no shutdown

    %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state

    to up

    RB(config-if)#exit

    RB(config)#interface s 0/0/1RB(config-if)#ip add 14.0.0.1 255.0.0.0

    RB(config-if)#no shutdown

    %LINK-5-CHANGED: Interface Serial0/0/1, changed state to downRB(config-if)#clock rate 64000

    RB(config-if)#exit

    RB(config)#interface s 0/0/0RB(config-if)#ip add 12.0.0.2 255.0.0.0

    RB(config-if)#no shutdown

    %LINK-5-CHANGED: Interface Serial0/0/0, changed state to upRB(config-if)#exit

    RB(config)#exit

    RB#show ip route

    C 12.0.0.0/8 is directly connected, Serial0/0/0C 13.0.0.0/8 is directly connected, FastEthernet0/0

    RB>enable

    RB#config terminalEnter configuration commands, one per line. End with CNTL/Z.

    RB(config)#ip route 10.0.0.0 255.0.0.0 s 0/0/0

    RB(config)#ip route 11.0.0.0 255.0.0.0 s 0/0/0RB(config)#ip route 15.0.0.0 255.0.0.0 s 0/0/1

    RB(config)#ip route 16.0.0.0 255.0.0.0 s 0/0/1

    RB(config)#exit

  • 8/6/2019 Config of Router

    3/5

    RB#show ip routeS 10.0.0.0/8 is directly connected, Serial0/0/0

    S 11.0.0.0/8 is directly connected, Serial0/0/0

    C 12.0.0.0/8 is directly connected, Serial0/0/0C 13.0.0.0/8 is directly connected, FastEthernet0/0

    C 14.0.0.0/8 is directly connected, Serial0/0/1

    S 15.0.0.0/8 is directly connected, Serial0/0/1S 16.0.0.0/8 is directly connected, Serial0/0/1

    Router>ena

    Router#config terminalEnter configuration commands, one per line. End with CNTL/Z.

    Router(config)#hostname RC

    RC(config)#interface fa 0/0

    RC(config-if)#ip add 15.0.0.1 255.0.0.0RC(config-if)#no shutdown

    RC(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

    RC(config-if)#exitRC(config)#interface fa 0/1

    RC(config-if)#ip add 16.0.0.1 255.0.0.0

    RC(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

    %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state

    to upRC(config-if)#exit

    RC(config)#interface s 0/0/0

    RC(config-if)#ip add 14.0.0.2 255.0.0.0RC(config-if)#no shutdown

    RC(config-if)#

    %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

    RC(config-if)#exi%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

    RC(config)#exit

    RC#show ip routeC 14.0.0.0/8 is directly connected, Serial0/0/0

    C 15.0.0.0/8 is directly connected, FastEthernet0/0

    C 16.0.0.0/8 is directly connected, FastEthernet0/1

  • 8/6/2019 Config of Router

    4/5

    RC>enableRC#config terminal

    Enter configuration commands, one per line. End with CNTL/Z.

    RC(config)#ip route 13.0.0.0 255.0.0.0 s 0/0/0RC(config)#ip route 10.0.0.0 255.0.0.0 s 0/0/0

    RC(config)#ip route 11.0.0.0 255.0.0.0 s 0/0/0

    RC(config)#exit

    RC#show ip routeS 10.0.0.0/8 is directly connected, Serial0/0/0

    S 11.0.0.0/8 is directly connected, Serial0/0/0

    S 13.0.0.0/8 is directly connected, Serial0/0/0

    C 14.0.0.0/8 is directly connected, Serial0/0/0C 15.0.0.0/8 is directly connected, FastEthernet0/0

    C 16.0.0.0/8 is directly connected, FastEthernet0/1

  • 8/6/2019 Config of Router

    5/5