- class-map type inspect match-all INSIDE_OUTSIDE
- match protocol http
- match protocol ftp
- match protocol icmp
- match protocol dns
- match protocol ssh
- class-map type inspect match-all RIP
- match access-group 110
- class-map type inspect match-all OUTSIDE_DMZ
- match protocol ftp
- match protocol http
- match protocol dns
- !
- !
- policy-map type inspect INSIDE_OUTSIDE
- class type inspect INSIDE_OUTSIDE
- inspect
- class type inspect RIP
- pass
- class class-default
- policy-map type inspect OUTSIDE_DMZ
- class type inspect OUTSIDE_DMZ
- inspect
- class type inspect RIP
- pass
- class class-default
- !
- zone security INSIDE
- zone security DMZ
- zone security OUTSIDE
- zone-pair security INSIDE_OUTSIDE source INSIDE destination OUTSIDE
- service-policy type inspect INSIDE_OUTSIDE
- zone-pair security OUTSIDE_DMZ source OUTSIDE destination DMZ
- service-policy type inspect OUTSIDE_DMZ
- bridge irb
- !
- !
- interface FastEthernet0/0
- no ip address
- zone-member security INSIDE
- duplex auto
- speed auto
- bridge-group 1
- bridge-group 1 input-type-list 202
- !
- interface FastEthernet0/1
- no ip address
- duplex auto
- speed auto
- !
- interface FastEthernet0/1.23
- encapsulation dot1Q 23
- ip access-group OUTSIDE_DMZ in
- zone-member security OUTSIDE
- bridge-group 1
- bridge-group 1 input-type-list 202
- !
- interface FastEthernet0/1.100
- encapsulation dot1Q 100
- ip access-group DMZ_ANY in
- zone-member security DMZ
- bridge-group 1
- bridge-group 1 input-type-list 202
- !
- interface Serial1/0
- no ip address
- shutdown
- !
- interface Serial1/1
- no ip address
- shutdown
- !
- interface Serial1/2
- no ip address
- shutdown
- !
- interface Serial1/3
- no ip address
- shutdown
- !
- interface BVI1
- ip address 10.0.0.3 255.255.255.0
- !
- ip forward-protocol nd
- !
- !
- no ip http server
- no ip http secure-server
- !
- ip access-list extended DMZ_ANY
- deny ip any any log
- ip access-list extended OUTSIDE_DMZ
- permit ip any host 10.0.0.100
- ip access-list extended test
- permit ip any any
- !
- access-list 110 permit udp any any eq rip
- access-list 111 permit ip any host 10.0.0.100
- access-list 202 permit 0x0000 0xFFFF
- access-list 202 deny 0x86DD 0x0000
- !
- !
- !
- !
- control-plane
- !
- bridge 1 protocol ieee
- bridge 1 route ip
- !
- !
- line con 0
- exec-timeout 0 0
- privilege level 15
- logging synchronous
- line aux 0
- exec-timeout 0 0
- privilege level 15
- line vty 0 4
- password cisco
- login
- !
- !
- end