frame relay inverse arp
i have doubt regarding inverse arp and static mapping. As per my understandings i know inverser arp is enabled default on all interfaces.. so if you want to use inverse arp you only need to
r1 local dlci
100 , 200
r2 local dlci
201
r3 local dlci
301
r1 is having 2 local dlci this is a multipoint connection, so the ip address should be in same subnet
configuration R1
==
r1#ip add 192.168.40.1 255.255.255.0
#encapsulation frame-relay
# no sh
( rember inverser arp is enabled default so no need to specify #frame-relay inverse arp)
r2#ip add 192.168.40.2
#encapsulation frame-relay
r3#ip add 192.168.40.3
#encapsulation frame-relay
my doubt do we need to specify # frame-relay inf-dlci < dlci num > command on interfaces if we are using inverse arp?
question 2 ) in static mapping when we use #frame-relay intf-dlci < dlci > or #frame-relay map ip < local dlci >
do we need to use both together ? if not can u explain exact use of these commands ? it it related to subinterfaces?
r1 local dlci
100 , 200
r2 local dlci
201
r3 local dlci
301
r1 is having 2 local dlci this is a multipoint connection, so the ip address should be in same subnet
configuration R1
==
r1#ip add 192.168.40.1 255.255.255.0
#encapsulation frame-relay
# no sh
( rember inverser arp is enabled default so no need to specify #frame-relay inverse arp)
r2#ip add 192.168.40.2
#encapsulation frame-relay
r3#ip add 192.168.40.3
#encapsulation frame-relay
my doubt do we need to specify # frame-relay inf-dlci < dlci num > command on interfaces if we are using inverse arp?
question 2 ) in static mapping when we use #frame-relay intf-dlci < dlci > or #frame-relay map ip < local dlci >
do we need to use both together ? if not can u explain exact use of these commands ? it it related to subinterfaces?
Comments