Skip to Content.

rare-users - Re: [RARE-users] Doubt about PBR between VRF

Subject: RARE user and assistance email list

List archive


Re: [RARE-users] Doubt about PBR between VRF


Chronological Thread 
  • From: mc36 <>
  • To: Everson Borges <>, "" <>
  • Subject: Re: [RARE-users] Doubt about PBR between VRF
  • Date: Wed, 15 Jun 2022 18:51:44 +0200

hi,
the below worked fine here...
i see the polka packets arriving at 10.10.10.5 in sho int sdn1 ether
and also show access asdf indicates the matches in the same sw+hw notation...
br,
cs


noti#show config-differences
ipv4 pbr inet sequence 10 asdf tun666
ipv4 route tun666 0.0.0.0 0.0.0.0 5.5.5.6
server p4lang p4
export-vrf tun666 666
export-port tunnel666 dynamic 0 0 0 0
exit
access-list asdf
sequence 10 permit all 10.8.255.1 255.255.255.255 all 10.5.255.1
255.255.255.255 all tos 123
exit
vrf definition tun666
exit
interface tunnel666
tunnel vrf inet
tunnel source loopback0
tunnel destination 10.10.10.5
tunnel domain-name 10.10.10.1 10.10.10.5 , 10.10.10.5 10.10.10.5 ,
tunnel mode mpolka
vrf forwarding tun666
ipv4 address 5.5.5.5 255.255.255.252
no shutdown
no log-link-change
exit

noti#



On 6/15/22 15:51, Everson Borges wrote:
Hi Csaba,

I set a access list in R1 to filter the traffic from host C1.
!
access-list polka44
sequence 10 permit all any all any all tos 56
exit
!

But now I want to forward this traffic to polka tunnel in R1, you said that I
can do that between VRFs, however I couldn't. Could you give me an example?

Screen Shot 2022-06-15 at 10.49.37.png
--
Att.
Everson Scherrer Borges


  • Re: [RARE-users] Doubt about PBR between VRF, mc36, 06/15/2022

Archive powered by MHonArc 2.6.19.

Top of Page