본문 바로가기
728x90
반응형

frame-relay3

33.frame-relay 종합 R1 interface Serial1/0 encapsulation frame-relay no sh interface Serial1/0.123 point-to-point ip address 1.1.123.1 255.255.255.0 ip ospf network point-to-multipoint frame-relay interface-dlci 102 router ospf 1 network 1.1.123.0 0.0.0.255 area 0 network 211.175.185.0 0.0.0.255 area 0 R2 interface Serial1/0 encapsulation frame-relay no sh interface Serial1/0.123 multipoint ip address 1.1.123.2 255.. 2023. 1. 11.
32.Frame-Relay [ multipoint] Subinterface를 Multi Access Network의 Interface 처럼 작동 시킨다. 하나의 subnet을 필요로 한다 .⇒ 동적라우팅할때 주의가 필요하다. interface s1/0.123 multipoint no frame-relay inverse-arp ⇒ 미리 자동으로 주소를 받아오는 arp mapping을 막아준다. ip add 1.1.12.1 255.255.255.0 no ip split-horizon frame-relay map ip 1.1.12.2 102 broadcast frame-relay map ip 1.1.12.3 103 broadcast Router(config)# interface Serial1/0.123 multipoint Router(config-subif)#.. 2023. 1. 11.
31.Frame-relay [point-to-point] - frame-relay는 2 계층 언어(L2)이다. - Frame-Relay는 PPP,HDLC와 같이 WAN 구간에서 사용하는 encapsulation 방식이지만 동시에 여러 라우터가 접속하여 링크를 공유할 수 있다는 점에서 차이가 있다. 또한 broadcast 를 통해 통신을 하는 일반 이더넷 방식과는 달리 정해진 길(Virtual Circuit) 을 통해 서만 통신이 가능하다는 점에서도 차이가 있다. 이러한 두가지 특징 때문에 frame-relay 의 통신 방식을 NBMA(Non Broadcast &Multi access) 라고 부른다. 일반적으로 ISP에서는 DCE로 연결되고 커스터머쪽은 DTE로 연결을 시킨다. 앞서 말했듯이 F/R에서는 통신을 위해 VC(virtual circuit)가 필요하다.. 2023. 1. 9.
728x90
반응형