frame-relay config

From: Tom Young (gitsyoung@xxxxxxxxxxx)
Date: Tue Aug 13 2002 - 21:19:02 GMT-3


   
Hi, group,

  See the config below. If I cancel all of the frame-relay
map in the bri0:1 port, it could still working ,right?
  And second question, if I set the dlci number in the
bri0:1, what kind of variety will happen?

Thanks alot

Using 1268 out of 29688 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Towun
!
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
isdn switch-type ntt
isdn leased-line BRI0
!
!
dlsw local-peer peer-id 192.168.108.58
dlsw remote-peer 0 tcp 192.168.100.50
dlsw remote-peer 0 tcp 192.168.101.51
dlsw bridge-group 1
!
interface BRI0
 no ip address
 shutdown
!
interface BRI0:1
 ip address 192.168.254.58 255.255.255.0
 encapsulation frame-relay
 fair-queue
 frame-relay map ip 192.168.254.50 16 broadcast
 frame-relay map ip 192.168.254.51 17 broadcast
 frame-relay lmi-type ansi
!
interface BRI0:2
 no ip address
!
interface FastEthernet0
 ip address 192.168.108.58 255.255.255.0
 speed auto
 bridge-group 1
 bridge-group 1 input-lsap-list 200
 bridge-group 1 input-type-list 201
!
ip classless
ip route 192.168.100.0 255.255.255.0 192.168.254.50
ip route 192.168.101.0 255.255.255.0 192.168.254.51
no ip http server
!
access-list 200 permit 0x0404 0x0101
access-list 200 permit 0x0004 0x0101
access-list 200 permit 0x0400 0x0101
access-list 200 permit 0x0000 0x0101
access-list 201 deny 0x0000 0xFFFF
bridge 1 protocol ieee
!
line con 0
line aux 0
line vty 0 4
 login
!
end



This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:48:24 GMT-3