| Author |
frame-relay->dlci->local "local-dlci" doesn't match remote "frame relay map ip&
|
|
|
| http://www.cisco.com/univercd/cc/td...tm#xtocid984534
neighbor 10.0.1.1
"interface Serial0
ip address 10.0.1.1 255.255.255.0
(...)
frame-relay map ip 10.0.1.3 202 broadcast
frame-relay local-dlci 200
(...)
neighbor 10.0.1.3
interface serial 0
ip address 10.0.1.3 255.255.255.0
(...)
frame-relay local-dlci 301
frame-relay map ip 10.0.1.1 300 broadcast
(...)
"
i don't understand why the dlci value in:
- neighbor 10.0.1.1 "local-dlci" of 200
doesn't match with the dlci value in
- neighbor 10.0.1.3 "map ip" of 300
and vice versa
thanks for your comments
frans
| |
|
| francois,
I would suggest you ask the frame-relay questions in the CCNA forum. I've seen there a couple of guys that are quite comfortable with FR.
Cheers!
| |
|
| Actually in a live network the command should be frame-relay interface-dlci xxx, but with that said:
DLCIs are of local significance only and in the commands you displayed refer to the destination dlci. This means that your first config needs to use dlci 200 to reach the other site. It also means that dlci 301 identifies the location of the first site.
Don't think of it as a road between two points where the path is referred to by the same number. Each DLCI refers to a specific location.
Hope I haven't confused you,
Yankee
[This message has been edited by Yankee (edited 12-23-2000).] |
|
|
|