From: Michael Zuo (mzuo@ixiacom.com)
Date: Sat Feb 24 2007 - 20:15:20 ART
hi group,
if i have a frame-relay back to back connection between two routers and
i turn off LMI by using "no keepalive", what is the difference between
using "frame-relay interface-dlci..." and "frame-relay local-dlci"?
i have tried both methods, and both works just fine...
thanks
configuration:
R2(config-if)#do sh run int s0/1
Building configuration...
Current configuration : 514 bytes
!
interface Serial0/1
ip address 172.16.25.2 255.255.255.224
ip pim dense-mode
encapsulation frame-relay
ip ospf network point-to-point
ipv6 address FEC0::25:2/125
ipv6 address FE80::2 link-local
ipv6 rip 2 enable
no keepalive
clock rate 64000
frame-relay map ipv6 FE80::5 205 broadcast
frame-relay map ip 172.16.25.2 205
frame-relay map ip 172.16.25.5 205 broadcast
frame-relay map ipv6 FEC0::25:2 205
frame-relay map ipv6 FEC0::25:5 205
no frame-relay inverse-arp
frame-relay local-dlci 502
end
R2(config-if)#
=========================
R5(config-if)#do sh run int s0/0
Building configuration...
Current configuration : 496 bytes
!
interface Serial0/0
ip address 172.16.25.5 255.255.255.224
ip pim dense-mode
encapsulation frame-relay
ip ospf network point-to-point
ipv6 address FEC0::25:5/125
ipv6 address FE80::5 link-local
ipv6 rip 2 enable
no keepalive
frame-relay map ipv6 FE80::2 502 broadcast
frame-relay map ip 172.16.25.2 502 broadcast
frame-relay map ip 172.16.25.5 502
frame-relay map ipv6 FEC0::25:2 502
frame-relay map ipv6 FEC0::25:5 502
no frame-relay inverse-arp
frame-relay local-dlci 205
end
This archive was generated by hypermail 2.1.4 : Thu Mar 01 2007 - 07:38:48 ART