0% found this document useful (0 votes)
142 views29 pages

Pelatihan Cisco Router

- The document describes the configuration of routers R1 and R2. R1 is configured with interfaces to connect to LAN1, LAN2, and R2. RIP routing is enabled on R1 with the networks connected to R1 advertised. - R2 is configured with interfaces to connect to LAN1, R1, and R3. RIP routing is enabled on R2 and the connected networks are advertised. RIP version 2 is configured and auto-summarization is disabled on both routers.
Copyright
© Attribution Non-Commercial (BY-NC)
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)
142 views29 pages

Pelatihan Cisco Router

- The document describes the configuration of routers R1 and R2. R1 is configured with interfaces to connect to LAN1, LAN2, and R2. RIP routing is enabled on R1 with the networks connected to R1 advertised. - R2 is configured with interfaces to connect to LAN1, R1, and R3. RIP routing is enabled on R2 and the connected networks are advertised. RIP version 2 is configured and auto-summarization is disabled on both routers.
Copyright
© Attribution Non-Commercial (BY-NC)
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

\\10.7.2.

5 ==================================================== 19 may 2012 pelatihan cisco ================================================= ========RIP========= ---------------------------R1----------------------------Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R1 R1(config)#enable secret cisco12345 R1(config)#line vty 0 4 R1(config-line)#password aa1b2c3d4e5 R1# %SYS-5-CONFIG_I: Configured from console by console R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#login ^ % Invalid input detected at '^' marker. R1(config)#enable secret cisco12345 R1(config)#line vty 0 4 R1(config-line)#password aa1b2c3d4e5 R1(config-line)#login R1(config-line)#exit R1(config)#int s0/0 R1(config-if)#desc connect R2 R1(config-if)#ip address [Link] [Link] R1(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0, changed state to up R1(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up R1(config-if)#exit R1(config)#int f0/0 R1(config-if)#desc connect to LAN1 R1(config-if)#ip address [Link] [Link] R1(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up R1(config-if)#int f0/1 R1(config-if)#desc connect to LAN2 R1(config-if)#ip address [Link] [Link] R1(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state t

o up R1(config-if)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#copy run % Incomplete command. R1#copy running-config sta Destination filename [startup-config]? Building configuration... [OK] R1#show run Building configuration... Current configuration : 657 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R1 ! ! ! enable secret 5 $1$mERr$WvpW0n5HghRrqnrwXCUUl. ! ! ! ! ! ! ! ! ! ! R1#show ip int brief Interface FastEthernet0/0 FastEthernet0/1 IP-Address [Link] [Link] OK? Method Status YES manual up YES manual up YES manual up Protocol up up up

Serial0/0 [Link] R1#show run Building configuration...

Current configuration : 657 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R1 ! ! !

enable secret 5 $1$mERr$WvpW0n5HghRrqnrwXCUUl. ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 description connect to LAN1 ip address [Link] [Link] duplex auto speed auto ! interface FastEthernet0/1 description connect to LAN2 ip address [Link] [Link] duplex auto speed auto ! interface Serial0/0 description connect R2 --More-R1>ena Password: R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router ? bgp Border Gateway Protocol (BGP) eigrp Enhanced Interior Gateway Routing Protocol (EIGRP) ospf Open Shortest Path First (OSPF) rip Routing Information Protocol (RIP) R1(config)#router % Incomplete command. R1(config)#router rip R1(config-router)#network [Link] R1(config-router)#network [Link] R1(config-router)#network [Link] R1(config-router)# R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router rip R1(config-router)#version 2 R1(config-router)#no au R1(config-router)#no auto-summary --------------------R2------------------------------------User Access Verification

Password: R2>config t ^ % Invalid input detected at '^' marker. R2>conf t ^ % Invalid input detected at '^' marker. R2>ena Password: R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#int s0/0 R2(config-if)#desc conect to R1 R2(config-if)#ip address [Link] [Link] R2(config-if)#clock rate 2000000 R2(config-if)#no shut R2(config-if)#int s0/1 R2(config-if)#desc connect to R3 R2(config-if)#ip address [Link] [Link] R2(config-if)#clock rate 2000000 R2(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/1, changed state to down R2(config-if)#int f0/0 R2(config-if)#desc connect to LAN1 R2(config-if)#desc connect to LAN R2(config-if)#ip address [Link] [Link] R2(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up R2(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up R2(config-if)#int f0/1 R2(config-if)#desc connect [Link] [Link] R2(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up R2(config-if)#copy running-config sta ^ % Invalid input detected at '^' marker. R2(config-if)#exit R2(config)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#copy running-config sta Destination filename [startup-config]? Building configuration... [OK] R2#ping [Link] Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to [Link], timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 31/40/78 ms R2#ping [Link] Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to [Link], timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 16/25/32 ms R2# %LINK-5-CHANGED: Interface Serial0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state t o up

R2 con0 is now available

Press RETURN to get started. R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#router rip R2(config-router)#network [Link] R2(config-router)#network [Link] R2(config-router)#network [Link] R2(config-router)# R2#show ip route Codes: C - connected, S - static, I - IGRP, 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 C C R [Link]/24 is subnetted, 1 subnets [Link] is directly connected, FastEthernet0/0 [Link]/30 is subnetted, 1 subnets [Link] is directly connected, FastEthernet0/1 [Link]/16 [120/1] via [Link], [Link], Serial0/0

[120/1] via [Link], [Link], Serial0/1 [Link]/30 is subnetted, 2 subnets C [Link] is directly connected, Serial0/0 C [Link] is directly connected, Serial0/1 R2#ping [Link] Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to [Link], timeout is 2 seconds: !U!.! Success rate is 60 percent (3/5), round-trip min/avg/max = 15/36/32 ms R2#show ip protocol Routing Protocol is "rip" Sending updates every 30 seconds, next due in 8 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Redistributing: rip Default version control: send version 1, receive any version Interface Send Recv Triggered RIP Key-chain Serial0/0 1 2 1 Serial0/1 1 2 1 FastEthernet0/0 1 2 1 Automatic network summarization is in effect Maximum path: 4 Routing for Networks: [Link] [Link] Passive Interface(s): Routing Information Sources: Gateway Distance Last Update [Link] 120 [Link] [Link] 120 [Link] Distance: (default is 120) R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#router rip R2(config-router)#version 2 R2(config-router)#no au R2(config-router)#no auto-summary %SYS-5-CONFIG_I: Configured from console by console R2#show ip route Codes: C - connected, S - static, I - IGRP, 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 C C R [Link]/24 is subnetted, 1 subnets [Link] is directly connected, FastEthernet0/0 [Link]/30 is subnetted, 1 subnets [Link] is directly connected, FastEthernet0/1 [Link]/16 is variably subnetted, 4 subnets, 2 masks [Link]/16 is possibly down, routing via [Link], Serial0/0

is possibly down, routing via [Link], Serial0/1 [Link]/24 [120/1] via [Link], [Link], Serial0/0 [Link]/24 [120/1] via [Link], [Link], Serial0/0 [Link]/24 [120/1] via [Link], [Link], Serial0/1 [Link]/30 is subnetted, 2 subnets C [Link] is directly connected, Serial0/0 C [Link] is directly connected, Serial0/1 R2#ping [Link] R R R Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to [Link], timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms R2#

R2 con0 is now available

Press RETURN to get started.

User Access Verification Password: R2>ena Password: R2#show ip pr R2#show ip protocols Routing Protocol is "rip" Sending updates every 30 seconds, next due in 10 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Redistributing: rip Default version control: send version 2, receive 2 Interface Send Recv Triggered RIP Key-chain

Serial0/0 2 2 Serial0/1 2 2 FastEthernet0/0 2 2 Automatic network summarization is not in effect Maximum path: 4 Routing for Networks: [Link] [Link] Passive Interface(s): Routing Information Sources: Gateway Distance Last Update [Link] 120 [Link] [Link] 120 [Link] Distance: (default is 120) R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#ip route [Link] [Link] f0/1 R2(config)#show ip route ^ % Invalid input detected at '^' marker. R2(config)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#show ip route Codes: C - connected, S - static, I - IGRP, 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 [Link] to network [Link] [Link]/24 is subnetted, 1 subnets [Link] is directly connected, FastEthernet0/0 [Link]/30 is subnetted, 1 subnets C [Link] is directly connected, FastEthernet0/1 [Link]/24 is subnetted, 3 subnets R [Link] [120/1] via [Link], [Link], Serial0/0 R [Link] [120/1] via [Link], [Link], Serial0/0 R [Link] [120/1] via [Link], [Link], Serial0/1 [Link]/30 is subnetted, 2 subnets C [Link] is directly connected, Serial0/0 C [Link] is directly connected, Serial0/1 S* [Link]/0 is directly connected, FastEthernet0/1 R2# conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#router rip R2(config-router)#de R2(config-router)#default-information origi R2(config-router)#default-information originate R2(config-router)# C ----------------------------R3----------------------------Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R3 R3(config)#enable secret cisco12345 R3(config)#line vty 0 4 R3(config-line)#password cisco12345 R3(config-line)#login R3(config-line)#exit R3(config)#int s0/0 R3(config-if)#desc connect R2 R3(config-if)#ip address [Link] [Link] R3(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/0, changed state to up R3(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up R3(config-if)#int f0/0 R3(config-if)#desc connect to LAN R3(config-if)#ip address [Link] % Incomplete command. R3(config-if)#ip address [Link] [Link] R3(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up R3(config-if)# R3#conf t Enter configuration commands, one per line. End with CNTL/Z. R3(config)#router rip R3(config-router)#network [Link] R3(config-router)#network [Link] R3(config-router)# R3#conf t Enter configuration commands, one per line. End with CNTL/Z. R3(config)#router rip R3(config-router)#version 2 R3(config-router)#no au R3(config-router)#no auto-summary R3>ena Password: R3#show ip route Codes: C - connected, S - static, I - IGRP, 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 [Link] to network [Link] R [Link]/24 is subnetted, 1 subnets [Link] [120/1] via [Link], [Link], Serial0/0 [Link]/24 is subnetted, 3 subnets

R R C R C R*

[Link] [120/2] via [Link], [Link], Serial0/0 [Link] [120/2] via [Link], [Link], Serial0/0 [Link] is directly connected, FastEthernet0/0 [Link]/30 is subnetted, 2 subnets [Link] [120/1] via [Link], [Link], Serial0/0 [Link] is directly connected, Serial0/0 [Link]/0 [120/1] via [Link], [Link], Serial0/0

-----------------------------ISP---------------------------Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname ISP ISP(config)#enable secret cisco12345 ISP(config)#line vty 0 4 ISP(config-line)#password cisco12345 ISP(config-line)#login exit ^ % Invalid input detected at '^' marker. ISP(config-line)#login ISP(config-line)#exit ISP(config)#int f0/1 ISP(config-if)#desc connect R2 ISP(config-if)#ip address [Link] [Link] ISP(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state t o up ISP(config-if)#

============EIGRP=============== -----------------------R1--------------------------Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R1 R1(config)#int s0/0 R1(config-if)#desc connect R2 R1(config-if)#ip address [Link] [Link] R1(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/0, changed state to down R1(config-if)#int f0/0 R1(config-if)#desc connect to LAN R1(config-if)#ip address [Link] [Link] R1(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up R1(config-if)#int s0/1

R1(config-if)#desc connect R3 R1(config-if)#ip address [Link] [Link] R1(config-if)#clock rate 2000000 R1(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/1, changed state to down R1(config-if)# %LINK-5-CHANGED: Interface Serial0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up %LINK-5-CHANGED: Interface Serial0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up

R1 con0 is now available

Press RETURN to get started.

R1>ena R1#ping [Link] Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to [Link], timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 15/25/32 ms R1#show ip int brief Interface FastEthernet0/0 FastEthernet0/1 Serial0/0 IP-Address [Link] unassigned [Link] OK? Method Status YES manual up Protocol up

YES unset administratively down down YES manual up up

Serial0/1 [Link] YES manual up R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router eigrp 100 R1(config-router)#network [Link] R1(config-router)#network [Link] R1(config-router)#network [Link] R1(config-router)# ------------------------------R2-----------------------Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R2 R2(config)#int s0/0 R2(config-if)#desc connect R1 R2(config-if)#ip address [Link] [Link] R2(config-if)#clock rate 2000000 R2(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/0, changed state to up

up

R2(config-if)#int %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up ^ % Invalid input detected at '^' marker. R2(config-if)#int f0/1 R2(config-if)#ip address [Link] [Link] R2(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up R2(config-if)#int f0/0 R2(config-if)#desc connect to LAN R2(config-if)#ip address [Link] [Link] R2(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up R2(config-if)#int f0/1 R2(config-if)#desc connect ISP R2(config-if)#ip address [Link] [Link] R2(config-if)#no shut R2(config-if)#int s0/1 R2(config-if)#desc connect R3 R2(config-if)#ip address [Link] [Link] R2(config-if)#clock rate 2000000 R2(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/1, changed state to down R2(config-if)# %LINK-5-CHANGED: Interface Serial0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state t o up R2(config-if)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#ping [Link] Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to [Link], timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 4/25/31 ms R2#ping [Link] Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to [Link], timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/24/32 ms R2#show ip int brief Interface FastEthernet0/0 FastEthernet0/1 Serial0/0 IP-Address [Link] [Link] [Link] OK? Method Status YES manual up YES manual up YES manual up Protocol up up up

Serial0/1 [Link] YES manual up up R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#router eigrp 100 R2(config-router)#network [Link] R2(config-router)# %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor [Link] (Serial0/0) is up: new adj acency R2(config-router)#network [Link] R2(config-router)#network % Incomplete command. R2(config-router)#network [Link] R2(config-router)#network [Link] R2(config-router)# R2#show ip route Codes: C - connected, S - static, I - IGRP, 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

[Link]/16 is variably subnetted, 4 subnets, 2 masks [Link]/16 is a summary, [Link], Null0 [Link]/30 is directly connected, Serial0/0 [Link]/30 is directly connected, Serial0/1 [Link]/30 [90/2681856] via [Link], [Link], Serial0/0 [90/2681856] via [Link], [Link], Serial0/1 D [Link]/24 [90/2172416] via [Link], [Link], Serial0/0 C [Link]/24 is directly connected, FastEthernet0/0 D [Link]/24 [90/2172416] via [Link], [Link], Serial0/1 [Link]/30 is subnetted, 1 subnets C [Link] is directly connected, FastEthernet0/1 R2#show ip eigrp topology IP-EIGRP Topology Table for AS 100 D C C D Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply status P [Link]/30, 1 successors, FD is 2169856 via Connected, Serial0/0 P [Link]/30, 1 successors, FD is 2169856 via Connected, Serial0/1 P [Link]/24, 1 successors, FD is 2172416 via [Link] (2172416/28160), Serial0/0 P [Link]/30, 2 successors, FD is 2681856 via [Link] (2681856/2169856), Serial0/0 via [Link] (2681856/2169856), Serial0/1 P [Link]/24, 1 successors, FD is 28160 via Connected, FastEthernet0/0 P [Link]/16, 1 successors, FD is 2169856 via Summary (2169856/0), Null0 P [Link]/24, 1 successors, FD is 2172416 via [Link] (2172416/28160), Serial0/1 R2>ena R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#ip route [Link] [Link] f0/1 R2(config)#router eigrp 100 R2(config-router)#redi R2(config-router)#redistribute st R2(config-router)#redistribute static R2(config-router)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#show ip route Codes: C - connected, S - static, I - IGRP, 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 [Link] to network [Link] D C C [Link]/16 is variably subnetted, 4 subnets, 2 masks [Link]/16 is a summary, [Link], Null0 [Link]/30 is directly connected, Serial0/0 [Link]/30 is directly connected, Serial0/1

D D C D C S* R2#

[Link]/30 [90/2681856] via [Link], [Link], Serial0/0 [90/2681856] via [Link], [Link], Serial0/1 [Link]/24 [90/2172416] via [Link], [Link], Serial0/0 [Link]/24 is directly connected, FastEthernet0/0 [Link]/24 [90/2172416] via [Link], [Link], Serial0/1 [Link]/30 is subnetted, 1 subnets [Link] is directly connected, FastEthernet0/1 [Link]/0 is directly connected, FastEthernet0/1

-------------------------------R3---------------------Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R3 R3(config)#int s0/0 R3(config-if)#desc connect R1 R3(config-if)#ip address [Link] [Link] R3(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/0, changed state to up R3(config-if)#int s0/1 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up R3(config-if)#exit R3(config)#int s0/1 R3(config-if)#desc connect R2 R3(config-if)#ip address [Link] [Link] R3(config-if)#no shut R3(config-if)# %LINK-5-CHANGED: Interface Serial0/1, changed state to up R3(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up R3(config-if)#int f0/0 R3(config-if)#desc connect to LAN R3(config-if)#ip address [Link] [Link] R3(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up R3(config-if)#^Z R3# %SYS-5-CONFIG_I: Configured from console by console R3#show ip int brief Interface FastEthernet0/0 FastEthernet0/1 IP-Address [Link] unassigned OK? Method Status YES manual up Protocol up

YES unset administratively down down

Serial0/0

[Link]

YES manual up

up

Serial0/1 [Link] YES manual up up R3#conf t Enter configuration commands, one per line. End with CNTL/Z. R3(config)#router eigrp 100 R3(config-router)#network [Link] R3(config-router)# %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor [Link] (Serial0/1) is up: new adj acency %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor [Link] (Serial0/0) is up: new adj acency R3(config-router)#network [Link] R3(config-router)#network [Link] R3(config-router)#network [Link] R3(config-router)# R3(config-router)#^Z %SYS-5-CONFIG_I: Configured from console by console R3#show ip route Codes: C - connected, S - static, I - IGRP, 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 D D C C D D C R3# [Link]/16 is variably subnetted, 4 subnets, 2 masks [Link]/16 is a summary, [Link], Null0 [Link]/30 [90/2681856] via [Link], [Link], Serial0/0 [90/2681856] via [Link], [Link], Serial0/1 [Link]/30 is directly connected, Serial0/1 [Link]/30 is directly connected, Serial0/0 [Link]/24 [90/2172416] via [Link], [Link], Serial0/0 [Link]/24 [90/2172416] via [Link], [Link], Serial0/1 [Link]/24 is directly connected, FastEthernet0/0

=========================================================== 20 MAY 2012 ========================================================= =================OSPF=============== -----------------------R1---------------------------Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R1 R1(config)#int f0/0 R1(config-if)#desc connect to LAN R1(config-if)#ip address [Link] [Link] R1(config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up R1(config-if)#int s0/1 R1(config-if)#desc connect to R3 R1(config-if)#ip address [Link] [Link] R1(config-if)#clock rate 2000000 R1(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/1, changed state to down R1(config-if)#int s0/0 R1(config-if)#desc connect to R2 R1(config-if)#ip address [Link] [Link] R1(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/0, changed state to down R1(config-if)# %LINK-5-CHANGED: Interface Serial0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up %LINK-5-CHANGED: Interface Serial0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up

R1 con0 is now available

Press RETURN to get started.

R1>ena R1#show ip int brief Interface

IP-Address

OK? Method Status

Protocol

FastEthernet0/0 FastEthernet0/1 Serial0/0

[Link] unassigned [Link]

YES manual up

up

YES unset administratively down down YES manual up up

Serial0/1 [Link] YES manual up up R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router ospf 1 R1(config-router)#network [Link] [Link] area 0 R1(config-router)#network [Link] [Link] area 0 R1(config-router)#network [Link] [Link] area 0 R1(config-router)# [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/0 from LOADING to FULL, Loading Done R1(config-router)#no network [Link] [Link] area 0 R1(config-router)#no network [Link] [Link] area 0 R1(config-router)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#show ip route Codes: C - connected, S - static, I - IGRP, 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 C O C C O O [Link]/30 is subnetted, 3 subnets [Link] is directly connected, Serial0/0 [Link] [110/128] via [Link], [Link], Serial0/0 [Link] is directly connected, Serial0/1 [Link]/24 is directly connected, FastEthernet0/0 [Link]/24 [110/65] via [Link], [Link], Serial0/0 [Link]/24 [110/129] via [Link], [Link], Serial0/0

R1>ena Password: Password: R1#ena R1#show ip route Codes: C - connected, S - static, I - IGRP, 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 [Link] to network [Link] R [Link]/24 is subnetted, 1 subnets [Link] [120/1] via [Link], [Link], Serial0/0 [Link]/24 is subnetted, 3 subnets

C C R

[Link] is directly connected, FastEthernet0/0 [Link] is directly connected, FastEthernet0/1 [Link] [120/2] via [Link], [Link], Serial0/0 [Link]/30 is subnetted, 2 subnets C [Link] is directly connected, Serial0/0 R [Link] [120/1] via [Link], [Link], Serial0/0 R* [Link]/0 [120/1] via [Link], [Link], Serial0/0 R1#show ip protocols Routing Protocol is "ospf 1" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID [Link] Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4 Routing for Networks: [Link] [Link] area 0 [Link] [Link] area 0 Routing Information Sources: Gateway Distance Last Update [Link] 110 [Link] [Link] 110 [Link] [Link] 110 [Link] Distance: (default is 110) R1#sho R1#show ip ospf ne R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address [Link] 0 FULL/ [Link] [Link] R1#show ip ospf in R1#show ip ospf interface s0/1 %OSPF: OSPF not enabled on Serial0/1 R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router ospf 1 R1(config-router)#network [Link] [Link] area 0 R1(config-router)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console Interface Serial0/0

R1# [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/1 from LOADING t o FULL, Loading Done R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface [Link] 0 FULL/ [Link] [Link] Serial0/0 [Link] 0 FULL/ [Link] [Link] Serial0/1 R1#show ip ospf interface s0/1 Serial0/1 is up, line protocol is up Internet address is [Link]/30, Area 0 Process ID 1, Router ID [Link], Network Type POINT-TO-POINT, Cost: 64 Transmit Delay is 1 sec, State POINT-TO-POINT, Priority 0 No designated router on this network No backup designated router on this network Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in [Link] Index 3/3, flood queue length 0

Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1 , Adjacent neighbor count is 1 Adjacent with neighbor [Link] Suppress hello for 0 neighbor(s) R1>ena R1# R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#int lo R1(config)#int loopback 0 %LINK-5-CHANGED: Interface Loopback0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to up R1(config-if)#ip add R1(config-if)#ip address [Link] [Link] R1(config-if)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#show ip protocols Routing Protocol is "ospf 1" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID [Link] Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4 Routing for Networks: [Link] [Link] area 0 [Link] [Link] area 0 [Link] [Link] area 0 Routing Information Sources: Gateway Distance Last Update [Link] 110 [Link] [Link] 110 [Link] [Link] 110 [Link] Distance: (default is 110) R1#cl R1#cle R1#clear ip ospf pr R1#clear ip ospf process Reset ALL OSPF processes? [no]: yes [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/0 from FULL to DOWN, Neighbor Down: Adjacency forced to reset [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/0 from FULL to DOWN, Neighbor Down: Interface down or detached [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/1 from FULL to D OWN, Neighbor Down: Adjacency forced to reset R1# [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/1 from FULL to D OWN, Neighbor Down: Interface down or detached

[Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/0 from LOADING to FULL, Loading Done [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/1 from LOADING t o FULL, Loading Done R1#show ip protocols Routing Protocol is "ospf 1" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID [Link] Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4 Routing for Networks: [Link] [Link] area 0 [Link] [Link] area 0 [Link] [Link] area 0 Routing Information Sources: Gateway Distance Last Update [Link] 110 [Link] [Link] 110 [Link] [Link] 110 [Link] [Link] 110 [Link] Distance: (default is 110) R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router ospf 1 R1(config-router)#router-id [Link] R1(config-router)#Reload or use "clear ip ospf process" command, for this to tak e effect R1(config-router)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#clear ip ospf process Reset ALL OSPF processes? [no]: yes [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/0 from FULL to DOWN, Neighbor Down: Adjacency forced to reset [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/0 from FULL to DOWN, Neighbor Down: Interface down or detached R1# [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/1 from FULL to D OWN, Neighbor Down: Adjacency forced to reset [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/1 from FULL to D OWN, Neighbor Down: Interface down or detached R1#show ip protocols Routing Protocol is "ospf 1" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set

Router ID [Link] Number of areas in this router Maximum path: 4 Routing for Networks: [Link] [Link] area 0 [Link] [Link] area 0 [Link] [Link] area 0 Routing Information Sources: Gateway Distance [Link] 110 [Link] 110 [Link] 110 [Link] 110 [Link] 110 Distance: (default is 110)

is 1. 1 normal 0 stub 0 nssa

Last Update [Link] [Link] [Link] [Link] [Link]

R1# [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/1 from LOADING t o FULL, Loading Done [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/0 from LOADING to FULL, Loading Done R1#show ip ospf ne R1#show ip ospf neighbor Neighbor ID [Link] [Link] Pri 0 0 State FULL/ FULL/ Dead Time [Link] [Link] Address [Link] [Link] Interface Serial0/0 Serial0/1

R1>ena R1#show ip route Codes: C - connected, S - static, I - IGRP, 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 [Link]/32 is subnetted, 1 subnets [Link] is directly connected, Loopback0 [Link]/30 is subnetted, 3 subnets C [Link] is directly connected, Serial0/0 O [Link] [110/128] via [Link], [Link], Serial0/0 [110/128] via [Link], [Link], Serial0/1 C [Link] is directly connected, Serial0/1 C [Link]/24 is directly connected, FastEthernet0/0 O [Link]/24 [110/65] via [Link], [Link], Serial0/0 O [Link]/24 [110/65] via [Link], [Link], Serial0/1 R1#show ip route Codes: C - connected, S - static, I - IGRP, 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 C

Gateway of last resort is not set [Link]/32 is subnetted, 1 subnets [Link] is directly connected, Loopback0 [Link]/30 is subnetted, 3 subnets C [Link] is directly connected, Serial0/0 O [Link] [110/128] via [Link], [Link], Serial0/0 [110/128] via [Link], [Link], Serial0/1 C [Link] is directly connected, Serial0/1 C [Link]/24 is directly connected, FastEthernet0/0 O [Link]/24 [110/65] via [Link], [Link], Serial0/0 O [Link]/24 [110/65] via [Link], [Link], Serial0/1 R1#show ip route Codes: C - connected, S - static, I - IGRP, 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 C Gateway of last resort is [Link] to network [Link] [Link]/32 is subnetted, 1 subnets [Link] is directly connected, Loopback0 [Link]/30 is subnetted, 3 subnets C [Link] is directly connected, Serial0/0 O [Link] [110/128] via [Link], [Link], Serial0/0 [110/128] via [Link], [Link], Serial0/1 C [Link] is directly connected, Serial0/1 C [Link]/24 is directly connected, FastEthernet0/0 O [Link]/24 [110/65] via [Link], [Link], Serial0/0 O [Link]/24 [110/65] via [Link], [Link], Serial0/1 O*E2 [Link]/0 [110/1] via [Link], [Link], Serial0/0 C ------------------------------R2---------------------------Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R2 R2(config)#int s0/0 R2(config-if)#desc connect R1 R2(config-if)#ip address [Link] [Link] R2(config-if)#clock rate 2000000 R2(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/0, changed state to up R2(config-if)#int %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up i ^ % Invalid input detected at '^' marker. R2(config-if)#int s0/1 R2(config-if)#desc connect R3 R2(config-if)#ip address [Link] [Link] R2(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/1, changed state to down R2(config-if)#int fa0/0 R2(config-if)#desc connect to LAN R2(config-if)#ip address [Link] [Link] R2(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up R2(config-if)#int f0/1 R2(config-if)#desc connect ISP R2(config-if)#ip address [Link] [Link] R2(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state t o up R2(config-if)# %LINK-5-CHANGED: Interface Serial0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up R2(config-if)#int s0/1 R2(config-if)#desc connect R3 R2(config-if)#ip address [Link] [Link] R2(config-if)#clok rate 2000000 ^ % Invalid input detected at '^' marker. R2(config-if)#clock rate 2000000 R2(config-if)#no shut R2(config-if)# R2(config-if)#^Z %SYS-5-CONFIG_I: Configured from console by console R2# R2# R2#sho % Incomplete command. R2#sho R2#show ip int brief Interface IP-Address OK? Method Status FastEthernet0/0 FastEthernet0/1 Serial0/0 [Link] [Link] [Link] YES manual up YES manual up YES manual up YES manual up line. End with CNTL/Z. [Link] area 0 [Link] area 0

Protocol up up up up

Serial0/1 [Link] R2#conf t Enter configuration commands, one per R2(config)#router ospf 1 R2(config-router)#network [Link] R2(config-router)#network [Link]

[Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/0 from LOADING t o FULL, Loading Done R2(config-router)#network [Link] [Link] area 0 R2(config-router)#network [Link] [Link] area 0 R2(config-router)# [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/1 from LOADING t o FULL, Loading Done R2(config-router)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#show ip route Codes: C - connected, S - static, I - IGRP, 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 [Link]/30 is subnetted, 3 subnets [Link] is directly connected, Serial0/0 [Link] is directly connected, Serial0/1 [Link] [110/128] via [Link], [Link], Serial0/1 [Link]/24 [110/65] via [Link], [Link], Serial0/0 [Link]/24 is directly connected, FastEthernet0/0 [Link]/24 [110/65] via [Link], [Link], Serial0/1 [Link]/30 is subnetted, 1 subnets C [Link] is directly connected, FastEthernet0/1 R2#ping [Link] C C O O C O Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to [Link], timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 78/89/94 ms R2#ping [Link] Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to [Link], timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 67/79/94 ms R2>ena R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#ip route [Link] [Link] f0/1 R2(config)#de R2(config)#defa R2(config)#router ospf 2 R2(config-router)#de R2(config-router)#default-information or R2(config-router)#default-information originate R2(config-router)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console

R2#sh ip route Codes: C - connected, S - static, I - IGRP, 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 [Link] to network [Link] [Link]/30 is subnetted, 3 subnets [Link] is directly connected, Serial0/0 [Link] is directly connected, Serial0/1 [Link] [110/128] via [Link], [Link], Serial0/0 [110/128] via [Link], [Link], Serial0/1 O [Link]/24 [110/65] via [Link], [Link], Serial0/0 C [Link]/24 is directly connected, FastEthernet0/0 O [Link]/24 [110/65] via [Link], [Link], Serial0/1 [Link]/30 is subnetted, 1 subnets C [Link] is directly connected, FastEthernet0/1 S* [Link]/0 is directly connected, FastEthernet0/1 R2#sh run Building configuration... C C O Current configuration : 972 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 description connect to LAN ip address [Link] [Link] duplex auto speed auto ! interface FastEthernet0/1 description connect ISP ip address [Link] [Link]

duplex auto speed auto ! interface Serial0/0 description connect R1 ip address [Link] [Link] clock rate 2000000 ! interface Serial0/1 description connect R3 ip address [Link] [Link] clock rate 2000000 ! router ospf 1 log-adjacency-changes network [Link] [Link] area 0 network [Link] [Link] area 0 network [Link] [Link] area 0 ! router ospf 2 log-adjacency-changes default-information originate ! ip classless ip route [Link] [Link] FastEthernet0/1 ! ! ! no cdp run R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#router ospf 1 R2(config-router)#de R2(config-router)#default-information ori R2(config-router)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console ---------------------------R3---------------------------------Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R3 R3(config)#int s0/0 R3(config-if)#desc connect R1 R3(config-if)#ip address [Link] [Link] R3(config-if)#no shut R3(config-if)# %LINK-5-CHANGED: Interface Serial0/0, changed state to up R3(config-if)#no shut %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up R3(config-if)#int s0/1 R3(config-if)#desc connect R2 R3(config-if)#ip address [Link] [Link] R3(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/1, changed state to up

R3(config-if)#int s0/ %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to u ^ % Invalid input detected at '^' marker. R3(config-if)#int f0/0 R3(config-if)#desc connect to LAN R3(config-if)#ip address [Link] [Link] R3(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up R3(config-if)#^Z R3# %SYS-5-CONFIG_I: Configured from console by console R3#show ip int brief Interface FastEthernet0/0 FastEthernet0/1 Serial0/0 Serial0/1 R3# IP-Address [Link] unassigned [Link] [Link] OK? Method Status YES manual up Protocol up

YES unset administratively down down YES manual up YES manual up up up

R3>ena R3#conf t Enter configuration commands, one per line. End with CNTL/Z. R3(config)#router ospf 1 R3(config-router)#network [Link] [Link] area 0 R3(config-router)# [Link] %OSPF-5-ADJCHG: Process 1, Nbr [Link] on Serial0/1 from LOADING to FULL, Loading Done R3(config-router)#network [Link] [Link] area 0 R3(config-router)#network [Link] [Link] area 0 R3(config-router)#^Z R3# %SYS-5-CONFIG_I: Configured from console by console R3#show ip route Codes: C - connected, S - static, I - IGRP, 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 [Link]/30 is subnetted, 3 subnets

O [Link] [110/128] via [Link], [Link], Serial0/1 C [Link] is directly connected, Serial0/1 C [Link] is directly connected, Serial0/0 O [Link]/24 [110/129] via [Link], [Link], Serial0/1 O [Link]/24 [110/65] via [Link], [Link], Serial0/1 C [Link]/24 is directly connected, FastEthernet0/0 R3#

============================================== untuk dari rip ke eigrp -router rip -redistribute eigrp 100 metric 1 -exit -router eigrp 100 -redistribute rip ? -redistribute rip untuk dari eigrp ke ospf -router eigrp -redistribute ospf 1 kebalikannya -router ospf 1 -redistribute eigrp 100 subnets

You might also like