Monday, February 28, 2011

CCIE part # 6

Frame Relay configuration
int s0/0
encapusulation frame-relay
ip address 10.1.1.1 255.255.255.0
---------------------------------------------
point to point frame relay
int s0/0
no frame-relay inverse-arp => keep router from being discover by another router
no arp frame-relay => dont respoonce to any other arp
int s0/0.1 point-to-point
ip address 10.1.1.1 255.255.255.0
frame-relay interface-dlci 102

--------------------------------------
point to multipoint frame relay
int s0/0.2 multipoint
ip address 172.16.1.1 255.255.255.0
frame-relay map ip 172.16.1.2(remote router ip) 103(own dlci number)broadcast
frame-relay map ip 172.16.1.3 104 broadcast

--------------------
Show frame map
show frame-relay pvc
Active - local + remote ok
Inactive - local ok , remote not ok
Deleted - local connection not ok
Related Posts Plugin for WordPress, Blogger...