Friday 1 May 2009

NBMA Frame Relay Configuration

!
interface Serial1/0
ip address 192.168.1.1 255.255.255.0
encapsulation frame-relay
ip ospf network non-broadcast
serial restart-delay 0
frame-relay map ip 192.168.1.2 102 broadcast
frame-relay map ip 192.168.1.3 103 broadcast
no frame-relay inverse-arp
end
Router#sh run sec router ospf

router ospf 1
router-id 192.168.1.1
log-adjacency-changes
network 192.168.1.0 0.0.0.255 area 1
neighbor 192.168.1.2
neighbor 192.168.1.3

No comments:

Post a Comment