Hi,
The DLCI is assigned by the supplier. It has only local significance.
OK you get a line installed and it has a a number to indicate to the supplier and
switch what the physical service (for want of a better word) is. Over this service
runs one or more "Switched" circuits. These can be define as permanent PVC or
switched SVC. These circuits require a point to map to that is the DLCI. You
therefore map the DLCI to an interface on your router using the commands you have
below. (substituting the DLCI assigned by your supplier)
That's the way I understand it.
Hope it helps.
Teunis,
Hobart, Tasmania
Australia
On Thursday, December 21, 2000 at 10:19:27 PM, frank wrote:
> The following is sample config on cisco site .
> i got 2 questions:
> 1.when should we use" frame-relay map" command?
> 2 Do we have to get DLCI from carrier before config the router?could the
> framerelay
> switch assign the DLCI automaticaly?
>
>
> version 11.2 <*>
> service udp-small-servers <*>
> service tcp-small-servers <*>
> !
> hostname Atlanta
> !
> enable secret cisco
> !
> ip subnet-zero
> no ip domain-lookup
> !
> interface Ethernet0
> ip address 10.1.1.1 255.0.0.0
> !
> interface Serial0
> no ip address <*>
> encapsulation frame-relay
> frame-relay lmi-type ansi
> !
> interface Serial0.16 point-to-point
> description Frame Relay to Boston
> ip unnumbered Ethernet0
> frame-relay interface-dlci 16 broadcast
> !
> interface Serial0.17 point-to-point
> description Frame Relay to Chicago
> ip unnumbered Ethernet0
> frame-relay interface-dlci 17 broadcast
> !
> router rip
> version 2
> network 10.0.0.0
> no auto-summary
> !
> ip http server
> ip classless
> !
> line con 0
> password console
> login
> line aux 0 <*>
> line vty 0 4
> password telnet
> login <*>
> !
> end <*>
>
>
> Thanks
>
> frank
>
>
> _________________________________
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
>
--
www.tasmail.com
_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]