1. you don't need the 'frame-relay map' command, because you've implemented the
'frame-relay interface-dlci' command. These commands are used to map the level-3
address (IP addr in this case) to your level-2 address (the dlci). You use one or the
other command.
2. DLCIs are assigned by the network provider. You need to be sure that DLCI 16 really
designates the PVC to Boston.
2a. The frame relay provider provisions the DLCI for each PVC, on each end of the PVC.
Mike
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]
--
Mike Nunzio Balistreri
[EMAIL PROTECTED]
_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]