inet forwarding-options filter in a VRF routing-instance
1 answers - 980 bytes -
Hi, all. I need to filter traffic from a specific source inside a vrf routing-instance. I have an M7i running 7.3R1.5. The problem is that i don't get any matches on any of the counters. cut here adonay@M7ishow firewall filter filter-vrf-customer Filter: filter-vrf-customer Counters: Name Bytes Packets counter-customer-deny-1.2.3.4 0 0 0 0 adonay@M7i> and here Here's my config. Thanks, cut here adonay@M7i# show firewall family inet filter filter-vrf-customer term 1 { from { source-address { 1.2.3.4/32; } } then { count counter-customer-deny-1.2.3.4; discard; } } term 2 { then { count ; accept; } } [edit] adonay@M7i# adonay@M7i# show routing-instances vrf-customer-internet forwarding-options family inet { filter { input filter-vrf-customer; } } [edit] adonay@M7i# and here
No.1 | | 1197 bytes | |
12/3/05, Sorin CNSTANTINESCU <consta (AT) gmail (DOT) comwrote: Hi, all.
I need to filter traffic from a specific source inside a vrf routing-instance. I have an M7i running 7.3R1.5.
The problem is that i don't get any matches on any of the counters.
The main problem is not the fact that the counters don't get updated, but that traffic with source address 1.2.3.4 isn't dropped.
Thanks.
cut here adonay@M7ishow firewall filter filter-vrf-customer Filter: filter-vrf-customer Counters: Name Bytes Packets counter-customer-deny-1.2.3.4 0 0 0 0
adonay@M7i> and here
Here's my config. Thanks,
cut here adonay@M7i# show firewall family inet filter filter-vrf-customer term 1 { from { source-address { 1.2.3.4/32; } } then { count counter-customer-deny-1.2.3.4; discard; } } term 2 { then { count ; accept; } }
[edit] adonay@M7i# -- adonay@M7i# show routing-instances vrf-customer-internet forwarding-options family inet { filter { input filter-vrf-customer; } }
[edit] adonay@M7i# and here
Re: inet forwarding-options filter in a VRF routing-instance