configure the Routers IP as below, make sure they can ping to each other IP address.
hq-rtra#
interface Serial0/1
ip address 70.0.0.1 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 70.0.0.2 102 broadcast
frame-relay map ip 70.0.0.3 103 broadcast
no frame-relay inverse-arp
End
moon-rtra#
interface Serial0/1
ip address 70.0.0.2 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 70.0.0.1 201 broadcast
frame-relay map ip 70.0.0.3 203 broadcast
no frame-relay inverse-arp
End
mars-rtra#
interface Serial0/1
ip address 70.0.0.3 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 70.0.0.1 301 broadcast
frame-relay map ip 70.0.0.2 302 broadcast
no frame-relay inverse-arp
end
do the same for the NetB or backup WAN.. once finish test all the connectivity. Next we will start to configure the OSPF for the Frame-Relay
No comments:
Post a Comment