ip pim nbma-mode

2008/12/08 11:13

ip pim nbma-mode

To configure a multiaccess WAN interface to be in nonbroadcast multiaccess (NBMA) mode, use the ip pim nbma-mode command in interface configuration mode. To disable this function, use the no form of this command.

ip pim nbma-mode

no ip pim nbma-mode

Syntax Description

This command has no arguments or keywords.

Usage Guidelines

Use this command on Frame Relay, Switched Multimegabit Data Service (SMDS), or ATM only, especially when these media do not have native multicast available. Do not use this command on multicast-capable LANs such as Ethernet or FDDI.

When this command is configured, each Protocol Independent Multicast (PIM) join message is tracked in the outgoing interface list of a multicast routing table entry. Therefore, only PIM WAN neighbors that have joined for the group will get packets sent as data-link unicasts. This command should only be used when the ip pim sparse-mode command is configured on the interface. This command is not recommended for LANs that have natural multicast capabilities.



 

140, 148, 180 도 nbma 구간임에도 ip pim nbma-mode 명령어를 사용하지 않는다
198맵에서 이 명령어를 사용하는 이유는 무엇일까?



해당 맵을 하나하나 구분해 보니 198번과 다른 맵과의 차이가 있다

1. 198map은 다른 map과 달리 R4-R3-R5 구간 frame-relay망에서 Eigrp 로 연결되어있다
   다른 map은 전부 OSPF로 구성되어 있구요. 즉, 링크-상태라우팅인 ospf와 거리-벡터라우팅의 차이
2. OSPF에서 DR/BDR 선출과정 DR선출 및 역할 모든 BMA IP 네트워크에 대해서, 한라우터가 DR로 선출된다.

DR의 두가지 기능
 - 네트워크의 다른 모든 라우터들과 인접되고
 - 네트워크의 "대변인"으로서 동작한다.

대변인으로서 이 DR은 다른 IP네트워크들에게, 모든 지역라우터들의 리스트를 담은 네트워크 LSA를 보낸다.
DR은 자신이 속한 IP네트워크의 모든 다른라우터들과 인접되기때문에 라우팅정보를 수집하기위한 집중점이 된다.
BDR DR이 고장났을경우에 대비해서 두번째 라우터가 BDR로 선출된다.
따라서 BDR역시 네트워크의 모든 라우터들과 인접해야하며, LSA의 두번째 집중점으로서 동작한다.

하지만, DR과 달리 BDR은 다른 라우터들을 업데이트하거나 LSA를 보낼 책임이 없다.
대신 DR의 업데이트 활동이 제대로 동작하는지 확인하고 타이머를 유지한다.

여기서 198번을 제외한 나머지 OSPF 구간의 multicast는 DR이 집중접이 되어서 관리한다.
즉, DR과 BDR관계죠(180map에서 r3-r5구간은 제외 - point-to-point) 그래서 ip pim nbma-mode 를 사용할 필요가 없다.

3. 198번의 Frame-relay는 non broadcast 구간입니다.(serial구간의 디폴트가 논브로드케드스)
   여기서 eigrp를 구성하면 Eigrp가 설정된 모든인터페이스로 목적지주소가 224.0.0.10 구간으로 multicast traffic을 전송한다.
  
그래서 198map은 ip pim nmba-mode를 사용해서 R5로 가는 multicast traffic을 막아줘야 한다!!!!!







 

크리에이티브 커먼즈 라이센스
Creative Commons License
TAG

Trackback

Trackback Address :: http://www.wicnea.com/trackback/196

Comments

What's on your mind?

댓글 입력 폼