본문 바로가기

NetWork

26일 1교시

 

26일_1교시.pkt

01월26_명령어.txt

R1


 

R1#

R1#config t

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

R1(config)#router eigrp 10

R1(config-router)#no auto-summary

R1(config-router)#network 196.40.26.32 0.0.0.31

R1(config-router)#network 196.40.26.192 0.0.0.3

R1(config-router)#

 

R1>

R1>en

R1#

R1#show int

R1#show interfaces s0/0

Serial0/0 is up, line protocol is up (connected)

Hardware is HD64570

Internet address is 196.40.26.193/30

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,

reliability 255/255, txload 1/255, rxload 1/255

Encapsulation HDLC, loopback not set, keepalive set (10 sec)

Last input never, output never, output hang never

Last clearing of "show interface" counters never

Input queue: 0/75/0 (size/max/drops); Total output drops: 0

Queueing strategy: weighted fair

Output queue: 0/1000/64/0 (size/max total/threshold/drops)

Conversations 0/0/256 (active/max active/max total)

Reserved Conversations 0/0 (allocated/max allocated)

Available Bandwidth 1158 kilobits/sec

5 minute input rate 104 bits/sec, 0 packets/sec

5 minute output rate 102 bits/sec, 0

 

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


196.40.26.0/24 is variably subnetted, 5 subnets, 2 masks

C 196.40.26.32/27 is directly connected, FastEthernet0/0

D 196.40.26.64/27 [90/2172416] via 196.40.26.194, 00:39:30, Serial0/0

D 196.40.26.96/27 [90/2684416] via 196.40.26.194, 00:45:17, Serial0/0

C 196.40.26.192/30 is directly connected, Serial0/0

D 196.40.26.196/30 [90/2681856] via 196.40.26.194, 00:46:01, Serial0/0

R1#

 

R1#show ip eigrp neighbors

IP-EIGRP neighbors for process 10

H Address Interface Hold Uptime SRTT RTO Q Seq

(sec) (ms) Cnt Num

0 196.40.26.194 Se0/0 14 00:49:11 40 1000 0 9

 

R1#show ip eigrp topology

IP-EIGRP Topology Table for AS 10


Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,

r - Reply status


P 196.40.26.32/27, 1 successors, FD is 28160

via Connected, FastEthernet0/0

P 196.40.26.64/27, 1 successors, FD is 2172416

via 196.40.26.194 (2172416/28160), Serial0/0

P 196.40.26.96/27, 1 successors, FD is 2684416

via 196.40.26.194 (2684416/2172416), Serial0/0

P 196.40.26.192/30, 1 successors, FD is 2169856

via Connected, Serial0/0

 

R1#config t

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

R1(config)#int loopback 0


R1(config-if)#

%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 address 10.10.10.10 255.255.255.0

R1(config-if)#no shutdown

R1(config-if)#end

 

 

R2

 

R2#

R2#config

R2#configure t

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

R2(config)#router eigrp 10

R2(config-router)#no auto-summary

R2(config-router)#network 196.40.26.64 0.0.0.31

R2(config-router)#network 196.40.26.192 0.0.0.3

R2(config-router)#network 196.40.26.196

 

 

R3

R3#

R3#config t

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

R3(config)#router eigrp 10

R3(config-router)#no auto-summary

R3(config-router)#network 196.40.26.96 0.0.0.31

R3(config-router)#network 196.40.26.196 0.0.0.3

R3(config-router)#

%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 196.40.26.197 (Serial0/1) is up: new adjacency

 

'NetWork' 카테고리의 다른 글

26일 3교시  (0) 2019.01.27
26일 2교실  (0) 2019.01.27
encapsulation ppp 3교시  (0) 2019.01.24
debug ip rip 2교시  (0) 2019.01.24
router rip 1교시  (0) 2019.01.24