cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
462
Views
0
Helpful
1
Replies

Reflexive IP access list

ikizoo4
Level 1
Level 1

Hello,

I trying to configure Reflexive IP access list, and I just wondeing which one is correct.

A.

ip access-list extended outbound

permit tcp any any reflect traffic

permit udp any any reflect traffic

!

ip access-list extended inbound

permit bgp any any

permit eigrp any any

deny icmp any any

evaluate traffic

B.

ip access-list extended outbound

permit tcp any any reflect tcptraffic

permit udp any any reflect udptraffic

!

ip access-list extended inbound

permit bgp any any

permit eigrp any any

deny icmp any any

evaluate tcptraffic

evaluate udptraffic

Thanks

1 Reply 1

Hello,

both configs work fine, it does not matter wether you have one or more names defined as being evaluated.

HTH,

GP