ZBF review and Issues on 871W

Hello, i am working with 871w and i am trying to switch form ip inspect to zone-based firewall.  Below are the class-maps, policy-map, zone-pairs, zones, and ACLs.  The issues i am having is that onces i depoly the ZBF, i can not get ip via DHCP.  Please review and suggest any impovements or fixes needed?
class-map type inspect match-any Egress-Filter match access-group name egress-filter
class-map type inspect match-any Guest_Protocols match protocol http
match protocol https match protocol dns
class-map type inspect match-any Ingress-Filter match access-group name ingress-filter
class-map type inspect match-any All_Protocols match protocol tcp
match protocol udp match protocol icmp
class-map type inspect match-all DHCP-Allow match access-group name dhcp-allow
policy-map type inspect Self_to_Internet class type inspect Egress-Filter
  inspect
class class-default
  drop log
policy-map type inspect Internet_to_Self class type inspect Ingress-Filter
  inspect
class class-default
  drop log
policy-map type inspect Trusted_To_Self class type inspect All_Protocols
  inspect
class type inspect DHCP-Allow
  pass
class class-default
  drop log
policy-map type inspect Guest_to_Internet class type inspect Guest_Protocols
  inspect
class class-default
  drop log
policy-map type inspect Internet_to_Guest class type inspect Ingress-Filter
  inspect
class class-default
  drop log
policy-map type inspect Trusted_to_Self class type inspect All_Protocols
  inspect
class type inspect DHCP-Allow
  pass
class class-default
  drop log
policy-map type inspect Self_to_Trusted class type inspect All_Protocols
  inspect
class type inspect DHCP-Allow
  pass
class class-default
  drop log
policy-map type inspect Trusted_to_Internet class type inspect All_Protocols
  inspect
class class-default
  drop log
policy-map type inspect Internet_to_Trusted class type inspect Ingress-Filter
  inspect
class class-default
  drop log
policy-map type inspect Guest_to_Self class type inspect All_Protocols  inspect
class type inspect DHCP-Allow
  pass
class class-default
  drop log
policy-map type inspect Self_to_Guest
class type inspect All_Protocols
  inspect
class type inspect DHCP-Allow
  pass
class class-default
  drop log
zone-pair security Trusted->Internet source Trusted destination Internet service-policy type inspect Trusted_to_Internet
zone-pair security Guest->Internet source Guest destination Internet service-policy type inspect Guest_to_Internet
zone-pair security Internet->Trusted source Internet destination Trusted service-policy type inspect Internet_to_Trusted
zone-pair security Internet->Guest source Internet destination Guest service-policy type inspect Internet_to_Guest
zone-pair security Self->Internet source self destination Internet service-policy type inspect Self_to_Internet
zone-pair security Internet->Self source Internet destination self service-policy type inspect Internet_to_Self
zone-pair security Self->Trusted source self destination Trusted service-policy type inspect Self_to_Trusted
zone-pair security Trusted->Self source Trusted destination self service-policy type inspect Trusted_to_Self
zone-pair security Self->Guest source self destination Guest service-policy type inspect Self_to_Guest
zone-pair security Guest->Self source Guest destination self service-policy type inspect Guest_to_Self
zone security Trustedzone security Guestzone security Internet
ip access-list extended NAT deny   ip 192.168.16.0 0.0.0.63 192.168.16.64 0.0.0.15
permit ip any any
ip access-list extended dhcp-allow permit udp any eq bootps any
permit udp any any eq bootpc
permit udp any any eq bootps
permit udp any eq bootpc any
ip access-list extended egress-filter permit ip <REMOVED> 0.0.0.2 any
remark ----- Junk Traffic -----
deny   ip any host <REMOVED>
deny   ip any host <REMOVED>
deny   ip host <REMOVED> any
deny   ip host <REMOVED> any
remark ----- Bogons Filter -----
deny   ip 0.0.0.0 0.255.255.255 any
deny   ip 10.0.0.0 0.255.255.255 any
deny   ip 127.0.0.0 0.255.255.255 any
deny   ip 169.254.0.0 0.0.255.255 any
deny   ip 172.16.0.0 0.15.255.255 any
deny   ip 192.0.0.0 0.0.0.255 any
deny   ip 192.0.2.0 0.0.0.255 any
deny   ip 192.168.0.0 0.0.255.255 any
deny   ip 198.18.0.0 0.1.255.255 any
deny   ip 198.51.100.0 0.0.0.255 any
deny   ip 203.0.113.0 0.0.0.255 any
deny   ip 224.0.0.0 31.255.255.255 any
deny   ip any any
ip access-list extended ingress-filter remark ----- Allow access from work
permit ip <REMOVED> 0.0.0.127 any
permit ip <REMOVED 0.0.0.31 any
permit ip <REMOVED> 0.0.0.255 any
permit esp any host <REMOVED>
permit gre any host <REMOVED>
permit udp any host <REMOVED> eq isakmp
remark ----- To get IP form COX -----
permit udp any eq bootps any eq bootpc deny   icmp any any
deny   udp any any eq echo
deny   udp any eq echo any
deny   tcp any any fragments
deny   udp any any fragments
deny   ip any any fragments
deny   ip any any option any-options
deny   ip any any ttl lt 4
deny   ip any host <REMOVED>
deny   ip any host <REMOVED>
deny   udp any any range 33400 34400
remark ----- Bogons Filter -----
deny   ip 0.0.0.0 0.255.255.255 any
deny   ip 10.0.0.0 0.255.255.255 any
deny   ip 127.0.0.0 0.255.255.255 any
deny   ip 169.254.0.0 0.0.255.255 any
deny   ip 172.16.0.0 0.15.255.255 any
deny   ip 192.0.0.0 0.0.0.255 any
deny   ip 192.0.2.0 0.0.0.255 any
deny   ip 192.168.0.0 0.0.255.255 any
deny   ip 198.18.0.0 0.1.255.255 any
deny   ip 198.51.100.0 0.0.0.255 any
deny   ip 203.0.113.0 0.0.0.255 any
deny   ip 224.0.0.0 31.255.255.255 any
remark ----- Internal networks -----
deny   ip <REMOVED> 0.0.0.3 any
deny   ip any any

Running Config
! Last configuration change at 05:24:59 AZT Sun Feb 19 2012 by asucrews
! NVRAM config last updated at 05:25:57 AZT Sun Feb 19 2012 by asucrews
version 12.4
configuration mode exclusive auto expire 600
parser cache
no service log backtrace
no service config
no service exec-callback
service nagle
service slave-log
no service slave-coredump
no service pad to-xot
no service pad from-xot
no service pad cmns
no service pad
no service telnet-zeroidle
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
no service exec-wait
service linenumber
no service internal
no service scripting
no service compress-config
service prompt config
no service old-slip-prompts
service pt-vty-logging
no service disable-ip-fast-frag
service sequence-numbers
hostname rtwan
boot-start-marker
boot-end-marker
logging exception 4096
logging count
no logging message-counter log
no logging message-counter debug
logging message-counter syslog
no logging snmp-authfail
no logging userinfo
logging buginf
logging queue-limit 100
logging queue-limit esm 0
logging queue-limit trap 100
logging buffered 65536
no logging persistent
logging rate-limit 512 except critical
logging console guaranteed
logging console critical
logging monitor debugging
logging on
enable secret 5
enable password 7
aaa new-model
aaa group server radius rad_eap
server auth-port 1645 acct-port 1646
aaa group server radius rad_mac
aaa group server radius rad_acct
aaa group server radius rad_admin
aaa group server tacacs+ tac_admin
aaa group server radius rad_pmip
aaa group server radius dummy
aaa authentication login default local
aaa authentication login eap_methods group rad_eap
aaa authorization exec default local
aaa accounting network acct_methods
action-type start-stop
group rad_acct
aaa session-id common
memory-size iomem 10
clock timezone AZT -7
clock save interval 8
errdisable detect cause all
errdisable recovery interval 300
dot11 syslog
dot11 activity-timeout unknown default 60
dot11 activity-timeout client default 60
dot11 activity-timeout repeater default 60
dot11 activity-timeout workgroup-bridge default 60
dot11 activity-timeout bridge default 60
dot11 ssid guestonpg
vlan 2
authentication open
authentication key-management wpa optional
guest-mode
wpa-psk ascii 7
dot11 ssid playground
vlan 1
authentication open
authentication key-management wpa optional
wpa-psk ascii 7
dot11 aaa csid default
no ip source-route
no ip gratuitous-arps
ip icmp redirect subnet
ip spd queue threshold minimum 73 maximum 74
ip options drop
ip dhcp bootp ignore
ip dhcp excluded-address 192.168.16.33 192.168.16.40
ip dhcp excluded-address 192.168.16.1 192.168.16.7
ip dhcp pool vlan1pool
   import all
   network 192.168.16.0 255.255.255.224
   default-router 192.168.16.1
   domain-name jeremycrews.home
   lease 4
ip dhcp pool vlan2pool
   import all
   network 192.168.16.32 255.255.255.224
   default-router 192.168.16.33
   domain-name guest.jeremycrews.home
   lease 0 6
ip cef
ip inspect name firewall tcp router-traffic
ip inspect name firewall udp router-traffic
ip inspect name firewall icmp router-traffic
no ip bootp server
no ip domain lookup
ip domain name jeremycrews.home
ip host rtwan.jeremycrews.home 192.168.16.1 192.168.16.33
ip host ap1.jeremycrews.home 192.168.16.2 192.168.16.34
ip host ap2.jeremycrews.home 192.168.16.3 192.168.16.35
ip host ap3.jeremycrews.home 192.168.16.4 192.168.16.36
ip host ooma.jeremycrews.home 192.168.16.5
ip host xbox.jeremycrews.home 192.168.16.6
ip host wii.jeremycrews.home 192.168.16.7
ip name-server 8.8.8.8
ip name-server 8.8.4.4
ip accounting-threshold 100
ip accounting-list 192.168.16.0 0.0.0.31
ip accounting-list 192.168.16.32 0.0.0.31
ip accounting-transits 25
ip igmp snooping vlan 1
ip igmp snooping vlan 1 mrouter learn pim-dvmrp
ip igmp snooping vlan 2
ip igmp snooping vlan 2 mrouter learn pim-dvmrp
ip igmp snooping
login block-for 120 attempts 5 within 60
login delay 5
login on-failure log
parameter-map type inspect log
audit-trail on
dot1x system-auth-control
memory free low-watermark processor 65536
memory free low-watermark IO 16384
file prompt alert
emm clear 1b5b324a1b5b303b30480d
vtp file flash:vlan.dat
vtp mode server
vtp version 1
username privilege 15 password 7
username privilege 15 password 7
no crypto isakmp diagnose error
archive
log config
  no record rc
  logging enable
  no logging persistent reload
  no logging persistent
  logging size 255
  notify syslog contenttype plaintext
  no notify syslog contenttype xml
  hidekeys
path tftp://192.168.16.12/rtwan-config
maximum 10
no rollback filter adaptive
rollback retry timeout 0
write-memory
time-period 10080
scripting tcl low-memory 28965007
scripting tcl trustpoint untrusted terminate
no scripting tcl secure-mode
ip tcp synwait-time 10
ip ssh time-out 60
ip ssh authentication-retries 2
ip ssh break-string ~break
ip ssh logging events
ip ssh version 2
ip ssh dh min size 1024
class-map type inspect match-any Egress-Filter
match access-group name egress-filter
class-map type inspect match-any Guest_Protocols
match protocol http
match protocol https
match protocol dns
match protocol bootpc
match protocol bootps
class-map type inspect match-any Ingress-Filter
match access-group name ingress-filter
class-map type inspect match-any All_Protocols
match protocol tcp
match protocol udp
match protocol icmp
class-map type inspect match-all DHCP-Allow
match access-group name dhcp-allow
policy-map type inspect Self_to_Internet
class type inspect Egress-Filter
  inspect
class class-default
  drop log
policy-map type inspect Internet_to_Self
class type inspect Ingress-Filter
  inspect
class class-default
  drop log
policy-map type inspect Self_To_Self
class class-default
  drop log
policy-map type inspect Trusted_To_Self
class type inspect All_Protocols
  inspect
class type inspect DHCP-Allow
  pass
class class-default
  drop log
policy-map type inspect Guest_to_Internet
class type inspect Guest_Protocols
  inspect
class class-default
  drop log
policy-map type inspect Internet_to_Guest
class type inspect Ingress-Filter
  inspect
class class-default
  drop log
policy-map type inspect Trusted_to_Self
class type inspect All_Protocols
  inspect
class type inspect DHCP-Allow
  pass
class class-default
  drop log
policy-map type inspect Self_to_Trusted
class type inspect All_Protocols
  inspect
class type inspect DHCP-Allow
  pass
class class-default
  drop log
policy-map type inspect Trusted_to_Internet
class type inspect All_Protocols
  inspect
class class-default
  drop log
policy-map type inspect Internet_to_Trusted
class type inspect Ingress-Filter
  inspect
class class-default
  drop log
policy-map type inspect Guest_to_Self
class type inspect All_Protocols
  inspect
class class-default
  drop log
policy-map type inspect Self_to_Guest
class type inspect All_Protocols
  inspect
class class-default
  drop log
zone security Trusted
zone security Guest
zone security Internet
zone-pair security Trusted->Internet source Trusted destination Internet
service-policy type inspect Trusted_to_Internet
zone-pair security Guest->Internet source Guest destination Internet
service-policy type inspect Guest_to_Internet
zone-pair security Internet->Trusted source Internet destination Trusted
service-policy type inspect Internet_to_Trusted
zone-pair security Internet->Guest source Internet destination Guest
service-policy type inspect Internet_to_Guest
zone-pair security Self->Internet source self destination Internet
service-policy type inspect Self_to_Internet
zone-pair security Internet->Self source Internet destination self
service-policy type inspect Internet_to_Self
zone-pair security Self->Trusted source self destination Trusted
service-policy type inspect Self_to_Trusted
zone-pair security Trusted->Self source Trusted destination self
service-policy type inspect Trusted_to_Self
zone-pair security Self->Guest source self destination Guest
service-policy type inspect Self_to_Guest
zone-pair security Guest->Self source Guest destination self
service-policy type inspect Guest_to_Self
bridge irb
interface Loopback0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
shutdown
snmp trap link-status
interface Null0
no ip unreachables
interface FastEthernet0
description To switch
switchport access vlan 1
switchport trunk encapsulation dot1q
switchport trunk native vlan 1
switchport trunk allowed vlan 1-4094
switchport mode trunk
switchport voice vlan none
switchport priority extend none
switchport priority default 0
snmp trap link-status
ip igmp snooping tcn flood
interface FastEthernet1
switchport access vlan 1
switchport trunk encapsulation dot1q
switchport trunk native vlan 1
switchport trunk allowed vlan 1-4094
switchport mode trunk
switchport voice vlan none
switchport priority extend none
switchport priority default 0
shutdown
snmp trap link-status
spanning-tree portfast
ip igmp snooping tcn flood
interface FastEthernet2
switchport access vlan 1
switchport trunk encapsulation dot1q
switchport trunk native vlan 1
switchport trunk allowed vlan 1-4094
switchport mode access
switchport voice vlan none
switchport priority extend none
switchport priority default 0
shutdown
snmp trap link-status
spanning-tree portfast
ip igmp snooping tcn flood
interface FastEthernet3
description Ooma Hub 192.168.16.5
switchport access vlan 1
switchport trunk encapsulation dot1q
switchport trunk native vlan 1
switchport trunk allowed vlan 1-4094
switchport mode access
switchport voice vlan none
switchport priority extend none
switchport priority default 0
shutdown
snmp trap link-status
spanning-tree portfast
ip igmp snooping tcn flood
interface FastEthernet4
description Cox Internet Connection
ip address dhcp
no ip redirects
no ip unreachables
no ip proxy-arp
ip accounting access-violations
ip flow ingress
ip flow egress
ip nat outside
no ip virtual-reassembly
duplex auto
speed auto
snmp trap link-status
no cdp enable
zone-member security Internet
interface Dot11Radio0
description Radio b/g
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
shutdown
beacon period 100
beacon dtim-period 2
dot11 extension aironet
encryption vlan 1 mode ciphers aes-ccm tkip wep128
encryption vlan 2 mode ciphers aes-ccm tkip wep128
broadcast-key vlan 1 change 3600 membership-termination
broadcast-key vlan 2 change 3600 membership-termination
ssid guestonpg
ssid playground
countermeasure tkip hold-time 60
short-slot-time
speed ofdm join
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
packet retries 64
preamble-short
channel least-congested
fragment-threshold 2346
station-role root
rts threshold 2312
rts retries 64
antenna receive diversity
antenna transmit diversity
payload-encapsulation rfc1042
snmp trap link-status
interface Dot11Radio0.1
description Home WLAN
encapsulation dot1Q 1 native
no ip redirects
no ip unreachables
no ip proxy-arp
no snmp trap link-status
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
interface Dot11Radio0.2
description Guest WLAN
encapsulation dot1Q 2
no ip redirects
no ip unreachables
no ip proxy-arp
no snmp trap link-status
bridge-group 2
bridge-group 2 subscriber-loop-control
bridge-group 2 spanning-disabled
bridge-group 2 block-unknown-source
no bridge-group 2 source-learning
no bridge-group 2 unicast-flooding
interface Vlan1
description Home LAN
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no ip virtual-reassembly
autostate
snmp trap link-status
bridge-group 1
bridge-group 1 spanning-disabled
interface Vlan2
description Guest LAN
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no ip virtual-reassembly
autostate
snmp trap link-status
bridge-group 2
bridge-group 2 spanning-disabled
interface BVI1
description Home Bridge LAN to WLAN
ip address 192.168.16.1 255.255.255.224
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no ip virtual-reassembly
snmp trap link-status
zone-member security Trusted
interface BVI2
description Guest Bridge LAN to WLAN
ip address 192.168.16.33 255.255.255.240
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no ip virtual-reassembly
snmp trap link-status
zone-member security Guest
ip classless
ip forward-protocol nd
no ip http server
ip http port 80
ip http authentication enable
no ip http secure-server
ip http secure-port 443
ip http secure-active-session-modules all
ip http max-connections 5
ip http timeout-policy idle 180 life 180 requests 1
ip http active-session-modules all
ip http digest algorithm md5
ip http client cache memory pool 100
ip http client cache memory file 2
ip http client cache ager interval 5
ip http client connection timeout 10
ip http client connection retry 1
ip http client connection idle timeout 30
ip http client response timeout 30
ip http path
ip flow-top-talkers
top 10
sort-by bytes
ip nat inside source static tcp 192.168.16.6 53 interface FastEthernet4 53
ip nat inside source static tcp 192.168.16.6 3074 interface FastEthernet4 3074
ip nat inside source static udp 192.168.16.6 3074 interface FastEthernet4 3074
ip nat inside source static tcp 192.168.16.6 80 interface FastEthernet4 80
ip nat inside source static udp 192.168.16.6 88 interface FastEthernet4 88
ip nat inside source static udp 192.168.16.6 53 interface FastEthernet4 53
ip nat inside source list NAT interface FastEthernet4 overload
ip access-list extended NAT
deny   ip 192.168.16.0 0.0.0.63 192.168.16.64 0.0.0.15
permit ip any any
ip access-list extended dhcp-allow
permit udp any eq bootps any
permit udp any any eq bootpc
permit udp any any eq bootps
permit udp any eq bootpc any
ip access-list extended egress-filter
permit ip 0.0.0.2 any
remark ----- Junk Traffic -----
deny   ip any host
deny   ip any host
deny   ip host any
deny   ip host any
remark ----- Bogons Filter -----
deny   ip 0.0.0.0 0.255.255.255 any
deny   ip 10.0.0.0 0.255.255.255 any
deny   ip 127.0.0.0 0.255.255.255 any
deny   ip 169.254.0.0 0.0.255.255 any
deny   ip 172.16.0.0 0.15.255.255 any
deny   ip 192.0.0.0 0.0.0.255 any
deny   ip 192.0.2.0 0.0.0.255 any
deny   ip 192.168.0.0 0.0.255.255 any
deny   ip 198.18.0.0 0.1.255.255 any
deny   ip 198.51.100.0 0.0.0.255 any
deny   ip 203.0.113.0 0.0.0.255 any
deny   ip 224.0.0.0 31.255.255.255 any
deny   ip any any
ip access-list extended ingress-filter
remark ----- Allow access from work
permit ip 0.0.0.127 any
permit ip 0.0.0.31 any
permit ip 0.0.0.255 any
permit esp any host
permit gre any host
permit udp any host eq isakmp
remark ----- To get IP form COX -----
permit udp any eq bootps any eq bootpc
deny   icmp any any
deny   udp any any eq echo
deny   udp any eq echo any
deny   tcp any any fragments
deny   udp any any fragments
deny   ip any any fragments
deny   ip any any option any-options
deny   ip any any ttl lt 4
deny   ip any host
deny   ip any host
deny   udp any any range 33400 34400
remark ----- Bogons Filter -----
deny   ip 0.0.0.0 0.255.255.255 any
deny   ip 10.0.0.0 0.255.255.255 any
deny   ip 127.0.0.0 0.255.255.255 any
deny   ip 169.254.0.0 0.0.255.255 any
deny   ip 172.16.0.0 0.15.255.255 any
deny   ip 192.0.0.0 0.0.0.255 any
deny   ip 192.0.2.0 0.0.0.255 any
deny   ip 192.168.0.0 0.0.255.255 any
deny   ip 198.18.0.0 0.1.255.255 any
deny   ip 198.51.100.0 0.0.0.255 any
deny   ip 203.0.113.0 0.0.0.255 any
deny   ip 224.0.0.0 31.255.255.255 any
remark ----- Internal networks -----
deny   ip 0.0.0.2 any
deny   ip any any
no ip sla logging traps
ip sla 1
icmp-echo 8.8.4.4 source-interface FastEthernet4
frequency 120
history hours-of-statistics-kept 1
history filter failures
ip sla schedule 1 life forever start-time now
ip sla 2
icmp-echo 8.8.8.8 source-interface FastEthernet4
frequency 30
history hours-of-statistics-kept 1
history filter failures
ip sla reaction-configuration 1 react connectionLoss threshold-type consecutive 5 action-type trapAndTrigger
ip sla reaction-trigger 1 2
logging history size 1
logging history warnings
logging trap informational
logging delimiter tcp
logging facility local7
no logging source-interface
access-list 1 permit 192.168.16.0 0.0.0.63
access-list 20 permit 127.127.1.1
access-list 20 permit 192.43.244.18
access-list 20 permit 204.235.61.9
access-list 20 permit 173.201.38.85
access-list 20 permit 216.229.4.69
access-list 20 permit 152.2.21.1
access-list 20 permit 130.126.24.24
access-list 21 permit 192.168.16.0 0.0.0.63
access-list 22 permit 192.168.16.0 0.0.0.63
mac-address-table aging-time 300
cdp run
snmp-server engineID local
snmp-server view *ilmi system included
snmp-server view *ilmi atmForumUni included
snmp-server view v1default iso included
snmp-server view v1default internet.6.3.15 excluded
snmp-server view v1default internet.6.3.16 excluded
snmp-server view v1default internet.6.3.18 excluded
snmp-server view v1default ciscoMgmt.394 excluded
snmp-server view v1default ciscoMgmt.395 excluded
snmp-server view v1default ciscoMgmt.399 excluded
snmp-server view v1default ciscoMgmt.400 excluded
snmp-server view *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F ieee802dot11 included
snmp-server view *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F internet included
snmp-server community 1682CrewsSNMP v1default RW 22
snmp-server priority normal
no snmp-server trap link ietf
snmp-server trap authentication vrf
snmp-server trap authentication acl-failure
snmp-server trap authentication unknown-content
snmp-server packetsize 1500
snmp-server queue-limit notification-host 10
snmp-server chassis-id FHK111016LX
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps vrrp
snmp-server enable traps tty
snmp-server enable traps pw vc
snmp-server enable traps isdn call-information
snmp-server enable traps isdn layer2
snmp-server enable traps isdn chan-not-avail
snmp-server enable traps isdn ietf
snmp-server enable traps disassociate
snmp-server enable traps deauthenticate
snmp-server enable traps authenticate-fail
snmp-server enable traps dot11-qos
snmp-server enable traps switch-over
snmp-server enable traps rogue-ap
snmp-server enable traps wlan-wep
snmp-server enable traps adslline
snmp-server enable traps flash insertion removal
snmp-server enable traps config-copy
snmp-server enable traps config
snmp-server enable traps config-ctid
snmp-server enable traps entity
snmp-server enable traps fru-ctrl
snmp-server enable traps resource-policy
snmp-server enable traps event-manager
snmp-server enable traps hsrp
snmp-server enable traps ipmulticast
snmp-server enable traps msdp
snmp-server enable traps mvpn
snmp-server enable traps ospf state-change
snmp-server enable traps ospf errors
snmp-server enable traps ospf retransmit
snmp-server enable traps ospf lsa
snmp-server enable traps ospf cisco-specific state-change nssa-trans-change
snmp-server enable traps ospf cisco-specific state-change shamlink interface-old
snmp-server enable traps ospf cisco-specific state-change shamlink neighbor
snmp-server enable traps ospf cisco-specific errors
snmp-server enable traps ospf cisco-specific retransmit
snmp-server enable traps ospf cisco-specific lsa
snmp-server enable traps cpu threshold
snmp-server enable traps syslog
snmp-server enable traps cef resource-failure peer-state-change peer-fib-state-change inconsistency
snmp-server enable traps l2tun session
snmp-server enable traps l2tun pseudowire status
snmp-server enable traps vtp
snmp-server enable traps aaa_server
snmp-server enable traps atm subif
snmp-server enable traps firewall serverstatus
snmp-server enable traps isakmp policy add
snmp-server enable traps isakmp policy delete
snmp-server enable traps isakmp tunnel start
snmp-server enable traps isakmp tunnel stop
snmp-server enable traps ipsec cryptomap add
snmp-server enable traps ipsec cryptomap delete
snmp-server enable traps ipsec cryptomap attach
snmp-server enable traps ipsec cryptomap detach
snmp-server enable traps ipsec tunnel start
snmp-server enable traps ipsec tunnel stop
snmp-server enable traps ipsec too-many-sas
snmp-server enable traps ipsla
snmp-server host 192.168.16.10 traps version 1 udp-port 162
snmp-server inform retries 3 timeout 15 pending 25
snmp mib nhrp
snmp mib notification-log globalsize 500
snmp mib notification-log globalageout 15
snmp mib community-map  ILMI engineid
snmp mib community-map  engineid
radius-server local
no authentication mac
eapfast authority id
eapfast authority info
eapfast server-key primary 7
eapfast server-key secondary 7
nas key 7
group users
  vlan 1
  ssid playground
  block count 5 time 60
  reauthentication time 3600
group guest
  vlan 2
  ssid guestonpg
  block count 3 time 60
  reauthentication time 3600
user nthash 7 group users
user nthash 7 group guest
radius-server attribute 32 include-in-access-req format %h
radius-server host auth-port 1645 acct-port 1646 key 7
radius-server vsa send accounting
control-plane
bridge 1 protocol ieee
bridge 1 route ip
bridge 2 protocol ieee
bridge 2 route ip
bridge 3 protocol ieee
bridge 3 route ip
alias exec h help
alias exec lo logout
alias exec p ping
alias exec r resume
alias exec s show
alias exec u undebug
alias exec un undebug
alias exec w where
default-value exec-character-bits 7
default-value special-character-bits 7
default-value data-character-bits 8
line con 0
password 7
logging synchronous
no modem enable
transport output ssh
line aux 0
password 7
logging synchronous
transport output ssh
line vty 0 4
password 7
logging synchronous
transport preferred ssh
transport input all
transport output ssh
scheduler max-task-time 5000
scheduler allocate 4000 1000
scheduler interval 500
process cpu threshold type total rising 80 interval 10 falling 40 interval 10
ntp authentication-key 1 md5 7
ntp authenticate
ntp trusted-key 1
ntp source FastEthernet4
ntp access-group peer 20
ntp access-group serve-only 21
ntp master 1
ntp server 152.2.21.1 maxpoll 4
ntp server 204.235.61.9 maxpoll 4
ntp server 130.126.24.24
ntp server 216.229.4.69 maxpoll 4
ntp server 173.201.38.85 maxpoll 4
cns id hostname
cns id hostname event
cns id hostname image
cns image retry 60
netconf max-sessions 4
netconf lock-time 10
netconf max-message 0
event manager scheduler script thread class default number 1
event manager scheduler applet thread class default number 32
event manager history size events 10
event manager history size traps 10
end

Similar Messages

  • Why do my App Reviews and Ratings don't show up in the App Store?

    Hey everyone..
        I've been having trouble for at least a year now where whatever Review I write does not show up anywhere. I have done a lot of research on this subject prior to opening this Thread here, and have obvioudly not found anything on the subject.
      I am aware as I read somewhere that for a review to display,  the app needs to have at least 5 reviews, (which I also find obscure). We are talking about apps that have loads of reviews already posted.
    It's needless to say HOW annoying it is to spare PRECIOUS time to review an app, (whether for positive, negative, neutral), and find out that it just went to waste. I never had this problem till about 1 year ago, where I noticed that no matter where I wrote a review, (from my macbook, within the store, from my iPad mini, from my ipod touch), it just NEVER showed up even after days or even weeks when I checked back.
    Before I start wrting the review it asks for my Apple store password, (so far so good), after I'm done with the rating and Review, I press submit and .....nada....I don't get a confirmation or something that will say it's under Review from the App store. When I try to repeat the process, get out of the app I'm trying to review, and go back to write my Review, what I wrote is just simply sitting there, together with my Rating as if nothing happened.
      I am aware that others have written before about this issue to no avail, now can SOMEONE please put an end to this MADNESS and answer one and for ALL the very, lately, disappointed, Apple fans that keep accumulating....? Can Apple give us an OFFICIAL explanation/solution to this very annoying issue? Or does it prefer to conveniently leave it as is for some "obscure" reason...?
    Any replies will be more than appreciated...
    Cheers

    Ok everyone...
      So, after going through a hundred steps to manage and contact Apple Support via e mail, I sent them an e mail and got a reply saying that they will get in touch with me within 48hrs. Today, (24hrs), I received a reply telling me that they understand my frustration and has been an "on going issue". He wanted alse to verify what my nickname was for my the Reviews I had given. 
       After revisiting for the millionth time my iTunes store Account, to go to settings, and manage Reviews, (which is what I always did to check and see if they show up), to find out if my nickname had changed for some reason, I pressed on some older reviews, (like from 2010, which I remember had shown up), to check out my nickname.
      I verified my nickname being the same as I remember. The 2nd app I checked which I knew I had reviewed, but from last year, was not showing. So, it dawned on me to press the “All Versions” options on the reviewing section of the app…and…voila….there it was. So, I took it further and looked at other even more recent reviews I had written and I also found out that they showed under the “All Versions” option.
       Then I checked my last 3-4 that I did within the last few months that I knew did not show up and the apps also had no Upgrades that I knew of. Then, I discovered the sorting options , (on the right side), for showing Reviews. It seems like that it automatically sorts them out by “Most Helpful”, (which is odd), so I chose “Most Recent”…and….voila again, my review was beautifully sitting there with my nickname and everything…I couldn’t believe it.
      Now I’m going to try and find if there is a way to have the “Most Recent” always as default…is there…? But it makes me wonder if all of you guys have the same problem and if the solution is indeed the same, (sorting out by most Recent or whatever other option will make your review show up). Give it a try and see how it works out for you. Please take the time to post your findings here. It would be helpful for everyone else as well. I wonder why Apple has not picked up on this?
    I have to give it to them for the quick reply though..(mind you my e mail was quite.."angry"..).
    Thanks again for reading..

  • I have the iPad 2 16GB, bought it in August 2011, I worked perfectly but in mid-August 2012 I took her to the store because the microphone did not work reviewed and changed me, but to my surprise that the new iPad had the problem is disconnected WIFI sign

    I have the iPad 2 16GB, bought it in August 2011, I worked perfectly but in mid-August 2012 I took her to the store because the microphone did not work reviewed and changed me, but to my surprise that the new iPad had the problem is disconnected WIFI signal I have to be glued to the router, and I did everything he says is supported by the Apple and all other pages and forums regarding this problem is not solved and always disconnects when connected always disconnects again!! passing will be settled as no longer factory warranty although it has neither the three months I renewed new, please help because the investment has been great and I can not use only as "a mirror" I'm waiting a true solution, thanks ....
    Sincerely,
    Catlos

    This does help me because I am pondering on wether to buy an airport extreme to solve my ipad 2 connection woes.  I have an extremely old router dLink 524....but I have NEVER had any problems with it at all ever.  My xbox connected great to it and netflix ran flawless through my xbox.....now I have an ipad2 and an apple tv and they are BOTH having horrible connection problems.  I have read most of the forums on how to fix it by changing the settings on my router but since mine is so old I couldn't do some of the suggested solutions.  So here I am debating on whether to spend all this $ on an airport extreme?  I am just hoping that if I go and purchase this, my connectivity issues problems will go away like yours did.  Just wondering if you have ATV as well and if the AE solved its problems?  I have read about AE solving ipad2 wifi problems, I'm just hoping it will solve my ATV as well.
    **Glad they didn't "moderate into extinction" your post yet, lol, Thank

  • Acrobat Pro X Shared Review email issue

    One of our agency users is having problems sending shared reviews.  When she gets to the final step of sending the shared review the TO: field will not allow her to add e-mail addresses either manually or via the Outlook address book.  This happens sporatically for her, but not for other users and is a recent occurance.
    The machine is Windows XP, Office 2007, Adobe Pro X.  SharePoint 2007 and Outlook is the e-mail client. We create shared reviews by collecting comments on our own internal server > SharePoint Workspace > Send Automatically Using Adobe Acrobat > As a link within Message.  The reviews are given a unique server profile for each review and each review is given it's own workspace.

    Did she install Outlook after installing Acrobat X? Although this should not create any issue but still running a repair for Acrobat might help.

  • Navigating Table of Contents with Module Reviews and Knowledge Checks

    I have been using 5.5 for at least 3 months without issue.  
    My current course is being published SCORM 1.2 to SumTotal LMS, but that is not relevant at this time.
    I have 3 modules in the course (3 module reviews and sets of knowledge check questions).
    Each set of knowledge check questions are 3 random questions from respective quiz pools.
    The final quiz is the only one with weighted values that report to the LMS.
    Problem...
    When you click past the Module Review (use Module Review 2) and take the knowledge check questions, and then click that Module Review 2 page via the Table of Contents, the Next and Back buttons do not work and everything freezes.
    This even happens when in preview mode in Captivate, and I don't even have to post to LMS.
    Help, please!

    I have a specific style set up (similary to body text) to dress the table of contents at 11pt. Overset text was my thought too! but its actually just an empty paragraph with a title. I've attached an image to help explain.

  • [svn] 2649: Committing Josh McDonald' s patch for bug SDK-15795 after review and testing.

    Revision: 2649
    Author:   [email protected]
    Date:     2008-07-29 09:33:23 -0700 (Tue, 29 Jul 2008)
    Log Message:
    Committing Josh McDonald's patch for bug SDK-15795 after review and testing. Various minOccurs and maxOccurs scenarios could lead to short circuit logic that would not release the schema stack scope if a reference was previously resolved.
    Checkintests: Pass
    BlazeDS 3.0.x webService flexunit tests: 100% Pass
    BlazeDS 3.0.x webService mxunit tests: 100% Pass
    QE: Yes, please review schema that is described in this bug and consider adding a test case. Note that I'm seeing intermittent failures on a few tests that pass when re-run (likely due to timeouts being too aggressive?).
    Doc: No
    Reviewer: Svetlin
    Bugs:
    SDK-15795 - minOccurs on breaks XMLEncoder
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-15795
        http://bugs.adobe.com/jira/browse/SDK-15795
    Modified Paths:
        flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/rpc/xml/XMLEncoder.as

    Hi.
    Alot of good feedback. Personally I miss some keybindings, such as for branch switching.
    Anyways, on the github corruption issue it seems like this was fixed in 0.8.4 according to http://www.eclipse.org/forums/index.php?t=msg&th=183637& amp;start=0&S=81dfec74c1b979b21614f923fb09b1da

  • Just what IS the procedure for App Store review (and resubmit)?

    So when I submit an app for the first time I understand why there would be a 1 week, even 2 week wait for someone at Apple to review it. Actually, it's quite a luxury to have Apple experts to review and test an app for me.
    Last time I did this, in about 10 days after submission they spotted a relatively minor issue (there wasn't an alert panel when there was no internet connection and the user tried a search). OK fine. So I implemented one.
    Another 10 days or so later I get another rejection, this time for another minor issue - one that I was able to fix in about 10 minutes of coding. A total of 15 minutes after getting the rejection email from Apple, the new binary was submitted.
    Do I wait another 10 days again?
    Is it the same person who reviews the "revisions" at least?
    Isn't there a better way?
    A 10-day turnaround for even the smallest incremental fix, with potentially a different person reviewing the app each time (and do they do a "full" review each time?) seems awfully inefficient ... not to mention frustrating.
    Does anyone have any (real) insights as to how the process works?
    Thanks,

    Search this forum - your question has been answered before. In a nutshell Apple has no idea what you changed when you resubmit a fix for a rejected app. So it goes back to the end of the line. I'd bet 9.5 of the 10 days your app was just sitting in a queue waiting to be looked at.
    But each time you submit, someone must do a full regression test because they have no idea what you might have changed. I know it's frustrating. It would be nice to get one rejection with a list of all the little things instead of getting rejected on the first flaw. Wait 10 days - oops, another minor flaw.
    But it sure is good incentive to test the heck out of your own app. As a single developer it's the hardest part (at least for me). I know my app inside and out. It's best to get a 2nd set of eyes. A non-developer is even better. Get a real user. They will point out all the little things like a missing alert or what not. As the developer you don't always worry about such a small detail. But Apple is big on user experience. Think like a user.
    Speaking of which, it's time for me to put my user hat on. I'm polishing my app right now. Details, details, details.

  • FCS Web Review and Appoval

    Ok, I followed the FinalCutIntegration Sample instructions and successfully setup the Rails app. It works when I have no clips for review, but once I try and add the first clip for review and return to the web interface I am face with this error:
    "NoMethodError in Clips#index
    Showing clips/index.html.erb where line #89 raised:
    undefined method `length' for #<Enumerable::Enumerator:0x10590de08>"
    Any help would be appreciated. I can provide the Full Trace if needed, just let me know and I will post it.

    Hi Robert,
    I'm having the same exact error but, the fix that you're posting doesn't resolve the issue.
    In fact, it makes the server crash on stat-up.
    Perhaps it's just the board displaying the information wrongfully.
    Would you mind confirming that what we see is what it should be?
    ** Starting Rails with development environment...
    Exiting
    /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gemoriginalrequire': >/XXX/XXX/XXX/review/config/environment.rb:69: syntax error, unexpected tSYMBEG (SyntaxError)
    ... length ? text.chars.to_ahttp://0...l.join + truncate_string...
    /XXX/XXX/XXX/review/config/environment.rb:69: syntax error, unexpected ':', expecting ')'
    ...0...l.join + truncate_string : text).to_s
    from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'

  • Report for Req Material and Issue Material for Project/WBS

    Dear All,
    My client need a report for a WBS element-wise material required and material issue with value.
    Let me know if any standard report avialble for same??
    Or Incase of devlopment which are the tables we can use to Get req qty and issue qty of materials?
    Thanks and Regards,
    Atul R. Rajmane

    Dear Shirkant,
    Thanks for your input. I am using CN52N report.
    I this I have selected Req Qty, Qty Received, Qty Withdrawn, Shortfall Qty. I am getting figures in  Req Qty, Qty Withdrawn, Shortfall Qty but I am not able to get Qty Received figure. Let me know how I can get it i.e. for this any Note is required or any other configuration??
    If I can get this figure than I can use this report for requirement.
    Thanks and Regards,
    Atul R. Rajmane

  • In my Macbook Pro, on a few occassions, the apple menu bar blacks out. its displayed as a negative image. The desktop wallpaper get greyed out and i get a blank screen as wallpaper. No idea why this happens. I reset the system and issue gets resolved.

    In my Macbook Pro, on a few occassions, the apple menu bar blacks out. its displayed as a negative image. The desktop wallpaper get greyed out and i get a blank screen as wallpaper. No idea why this happens. I reset the system and issue gets resolved.

    AshwinVC wrote:
    I reset the system and issue gets resolved.
    How? 

  • Material wise reciept and Issue report with Opening and Closing Stock

    Hi
    I need a report,Material wise Receipt and issue with Opening and Closing stock.Is there any standard report available in SAP ?
    Or we have to go for Customised Report.
    Please reply

    Hi,
    MB5B gives total receipts - if i click on the receipts i can view the multiple material documents - BUT is there any way to drill down the reciepts or view the breakup of the receipts on the same screen OR is there any other report for this.
    Regards,
    Laxmi

  • Opening closing stock receipts and issues analysis

    Hi,
    Is it possible to match the values in the MC.A (Total Receipts and Issues Values) to Gl Accounts,
    If it is possible How?

    Hi,
    from within the MC.A there is a link directly to the accounting documents that are involved.
    Go to the menu option Extras > accounting doc for material when you have the data for a material displayed.
    By careful and make sure that you have selected the correct flag on the values window of the initial selection screen.
    Steve B

  • Material stock received and issued for a given period of time

    HOW to get the material stock received and issued for a given period of time including the open orders.
    if there is any BAPI Available then please tell me. or give me the table relations thaks.
    thanks inadvance

    hi friend,
    Why don't you try using a TIMER. Try using this code
    Timer timer = new Timer((TIMER), new ActionListener()
         public void actionPerformed(ActionEvent ae)
    // perform your task here...
    timer.setInitialDelay(TIMER);
    timer.setRepeats(true);
    timer.start();
    I think this will work fine.
    Bye,
    Ravi.

  • Is there a way to view all of my reviews in the iOS App Store in one place, or even just to tell which apps I've reviewed and which I haven't?

    The title pretty much covers it.  I'd like to be able to tell which apps I've already reviewed, and which I haven't, so that I can review apps I haven't yet.  I'd also like to be able to read reviews I've already posted so that I can post follow-ups if my opinions have changed with further use of the app.  Any ideas?  Thanks!
    -Pete

    You can do this in iTunes on your computer,  click on iTunes Store > click Account > click Manage next to Reviews and Ratings.
    More info in this Apple doc -> iTunes Store: How to remove a review you've written

  • I want to delete my duplicate songs, but I have thousands of songs and cannot realistically go through and review and delete them one at a time.  Can I do it all at once?

    I want to delete my duplicate songs, but I have thousands of songs and cannot realistically go through and review and delete them one at a time.  Can I do it all at once?

    Apple's official advice is here... HT2905 - How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background and please take note of the warning to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    tt2

Maybe you are looking for

  • Itunes library on the other side of the world. What do I do??

    Hi, I'm very new to ipod. I bought my I ipod in Canada and loaded audio files from a computer in Canada. I'm now living in Australia and found out that I can't load any music onto my ipod unless I'm using my computer in Canada! This is the most ridic

  • Issue on Using TOAD to view Oracle10G objects

    Dear Oracle Expertise, I've a interesting topic here. I use a TOAD's schema browser feature to view all the objects (e.g. tables, views, triggers, etc...) in an Oracle10G database. The issue is that it seems there is NO SORTING order of these objects

  • BC4J - Generation of complex component

    I have a model like so: 1: Person with a pk 2: Customer with a pk and a fk from person 3: CustomerProject with a pk and two fk one from customer, one from project 4: Project with a pk 5: ProjectTask with a pk and a fk from Project and a fk from Task

  • What happened to the blur photo effect?

    The previous iPhoto had an effect that enabled me to blur the sides of the photo to make it oval in shape. Why has this effect not been continued with the new iPhoto

  • Electric shocks from Macbook

    I don't know if anyone else has experienced this, and what you did about it. My macbook when charging gives small electric shocks through the body of the mac. I'v been on the phone to Apple and they have suggested using a 3 pronged plug, which i do.