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]

Reply via email to