documentr3

Upload: ivandi

Post on 01-Mar-2016

19 views

Category:

Documents


0 download

DESCRIPTION

r3

TRANSCRIPT

  • R3>enaR3#config tEnter configuration commands, one per line. End with CNTL/Z.R3(config)#int fa0/0 R3(config-if)#ip add 172.16.1.33 255.255.255.248R3(config-if)#no shut

    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)#exitR3(config)#int se0/0/0 R3(config-if)#ip add 192.168.10.6 255.255.255.252R3(config-if)#clock rate 64000R3(config-if)#no shut

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

    R3(config-if)#exitR3(config)#int se%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to % Incomplete command.R3(config)#int se0/0/1R3(config-if)#ip add 192.168.10.10 255.255.255.252R3(config-if)#no shut

    %LINK-5-CHANGED: Interface Serial0/0/1, changed state to downR3(config-if)#exitR3(config)#router ospf 1R3(config-router)#net 192.168.10.4 0.0.0.3 area 0R3(config-router)#net 192.100:15:47: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.5 on Serial0/0/0 from LOADING to FULL, LoadR3(config-router)#net 192.168.10.8 0.0.0.3 area 0R3(config-router)#net 172.16.1.32 0.0.0.5 area 0 OSPF: Invalid address/mask combination (discontiguous mask)R3(config-router)#net 172.16.1.32 0.0.0.7 area 0R3(config-router)#exitR3(config)#