IOS not saving evaluate rule in access-list
Posted
by
DeeJay1
on Server Fault
See other posts from Server Fault
or by DeeJay1
Published on 2011-01-10T10:19:32Z
Indexed on
2011/01/10
10:55 UTC
Read the original article
Hit count: 225
Hi.
I have a basic firewall set up on an pretty od IOS in form of
IPv6 access list exterior-in6
evaluate exterior-reflect sequence 1
permit ipv6 any host [my external address] sequence 10
permit tcp any host [my internal address] eq 22 sequence 11
permit icmp any any sequence 800
permit udp any any range 6881 6889 sequence 900
permit tcp any any range 6881 6889 sequence 901
deny ipv6 any any sequence 1000
IPv6 access list exterior-out6
permit ipv6 [my internal subnet] any reflect exterior-reflect sequence 10
Unfortunately the
evaluate exterior-reflect sequence 1
line seems to get lost after each reboot, leaving my internal network without access. Any ideas?
© Server Fault or respective owner