Configuration 2005.12.19.18.51.24.N.1, Device R1!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 10
no aaa new-model
ip subnet-zero
no ip routing
!
!
no ip domain lookup
!
no ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
 no ip address
 no ip route-cache
 half-duplex
 access-expression input ~(smac(700) & lsap(202))
 bridge-group 1
 no shutdown
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 no ip route-cache
 no fair-queue
 frame-relay map bridge 103 broadcast
 bridge-group 1
 no shutdown
!
interface Ethernet0/1
 no ip address
 no ip route-cache
 half-duplex
 bridge-group 1
 bridge-group 1 input-lsap-list 201
 bridge-group 1 input-type-list 200
 no shutdown
!
interface Serial0/1
 no ip address
 no ip route-cache
 clock rate 64000
 bridge-group 1
 no shutdown
!
ip http server
ip classless
!
!
access-list 200 deny   0x6002 0x0000
access-list 200 deny   0xF0F0 0x0101
access-list 200 permit 0x0000 0xFFFF
access-list 201 deny   0xF0F0 0x0101
access-list 202 permit 0x0404 0x0001
access-list 202 permit 0x0004 0x0001
access-list 700 permit 1111.2222.3333   0000.0000.0000
!
!
bridge 1 priority 0
bridge 1 protocol ieee
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 privilege level 15
 no login
!
!
end