2012년 9월 9일 일요일

CCNP - EIGRP


CCNP Routing : EIGRP

EIGRP에 대한 기본적인 라우팅 세팅은 다음과 같다.

Marketing(config)#int fa 0/0
Marketing(config-if)#ip address 10.1.100.2 255.255.255.0
Marketing(config-if)#exit 

Marketing(config)#router eigrp 1(AS num)
Marketing(config-router)#no auto-summary 
Marketing(config-router)#network 10.0.0.0
Marketing(config-router)#end

이웃 라이터와 routing 정보를 교환하기 위해서는 반드시 AS 번호가 일치해야한다. 또, auto summarization 으로 인해서 라우팅이 잘못되는 경우 발생할수 있기때문에 디폴트로 no auto-summary 를 설정하고 필요시에 summarization 를 수행하는 것이 좋다.


라우터간의 교환되는 패킷 정보를 확인하는 명령

Engineering#debug eigrp packets 
EIGRP Packets debugging is on
    (UPDATE, REQUEST, QUERY, REPLY, HELLO, ACK )
EIGRP: Sending HELLO on Loopback1
  AS 1, Flags 0x0, Seq 7/0 idbQ 0/0 iidbQ un/rely 0/0
EIGRP: Received HELLO on Loopback1 nbr 10.1.1.1
  AS 1, Flags 0x0, Seq 7/0 idbQ 0/0
EIGRP: Packet from ourselves ignored
EIGRP: Sending HELLO on FastEthernet0/0
  AS 1, Flags 0x0, Seq 7/0 idbQ 0/0 iidbQ un/rely 0/0
EIGRP: Received HELLO on FastEthernet0/0 nbr 10.1.100.2
  AS 1, Flags 0x0, Seq 7/0 idbQ 0/0
EIGRP: Received HELLO on FastEthernet0/0 nbr 10.1.100.3
  AS 1, Flags 0x0, Seq 7/0 idbQ 0/0

라우터는 eigrp 가 enable 되어 있는 모든 포트로 HELLO 메시지를 보내고, 그에 대한 응답을 보낸다. HELLO 메시지는 multicast 패킷을 이용해서 보내고, 응답은 unicast 로 받는다.


 EIGRP 구성(configuraton) 을  확인하는 방법 


1. routing table 확인
     10.0.0.0/24 is subnetted, 4 subnets
D       10.1.1.0 [90/156160] via 10.1.100.1, 00:53:16, FastEthernet0/0
C       10.1.2.0 is directly connected, Loopback2
D       10.1.3.0 [90/156160] via 10.1.100.3, 00:52:37, FastEthernet0/0
C       10.1.100.0 is directly connected, FastEthernet0/0

D - eigrp protocols 통해서 얻어진 네트워크, C- 직접 연결된 네트워크

 2. eigrp neighbors 확인 
Marketing#show ip eigrp neighbors 
IP-EIGRP neighbors for process 1
H   Address         Interface      Hold Uptime    SRTT   RTO   Q   Seq
                                   (sec)          (ms)        Cnt  Num
0   10.1.100.1      Fa0/0          14   00:50:02  40     1000  0   6
1   10.1.100.3      Fa0/0          12   00:49:24  40     1000  0   6

댓글 없음:

댓글 쓰기