Originally posted by: spidey07
the DLCI is sent from the frame switch.
LMI Full Status packets from the frame switch contain all the DLCIs for each virtual circuit and are normally sent every 60 seconds.
Normally when you configure frame relay you use point-to-point subinterfaces and manully specify the DLCI.
When using point-to-multipoint (NOT recommended, too many issues to deal with) frame-realy inverse arp will map the IP addresses to the DLCIs.
Originally posted by: polm
Originally posted by: spidey07
the DLCI is sent from the frame switch.
LMI Full Status packets from the frame switch contain all the DLCIs for each virtual circuit and are normally sent every 60 seconds.
Normally when you configure frame relay you use point-to-point subinterfaces and manully specify the DLCI.
When using point-to-multipoint (NOT recommended, too many issues to deal with) frame-realy inverse arp will map the IP addresses to the DLCIs.
Where does the frame switch get the numbers from ? Some pool of DLCI numbers ?
Originally posted by: spidey07
Originally posted by: polm
Originally posted by: spidey07
the DLCI is sent from the frame switch.
LMI Full Status packets from the frame switch contain all the DLCIs for each virtual circuit and are normally sent every 60 seconds.
Normally when you configure frame relay you use point-to-point subinterfaces and manully specify the DLCI.
When using point-to-multipoint (NOT recommended, too many issues to deal with) frame-realy inverse arp will map the IP addresses to the DLCIs.
Where does the frame switch get the numbers from ? Some pool of DLCI numbers ?
Provisioned. ie, setup by the provider.
you can also simulate a frame-realy switch with a cisco router and two serial ports. It really is a very simple protocol. Layer2 only has destination DLCI. That's why its called a "frame switched network", it switches frames at layer 2 using the virtual circuit indetifiers (DLCI)
Originally posted by: spidey07
heh, ask away. Frame-Relay is one of my specialties.
Originally posted by: spidey07
well you only program the remote DLCIs. What your saying is "use this virtual circuit to get to this IP address", the routing protocol or static routes take care of it from there.
Your LOCAL DLCI is only significant to circuits that want to talk to you. It identifies you.