For the last option, the routing-instance will need a static route.
------------------------------
Yasmin Lara
Juniper Ambassador
JNCIE-SP, JNCIE-ENT, JNCIE-DC, JNCIE-SEC
JNCDS-DC, JNCIA-DevOps, JNCIP-CLOUD, CCNP-ENT
------------------------------
Original Message:
Sent: 12-12-2020 23:40
From: Yasmin Lara
Subject: fbf and DPI
Try configuring one of these:
- make ge-0/0/0 interface a point-to-point
- use then next-ip instead of next-interface in the firewall filter
- create a forwarding instance, and add interface ge-0/0/0 and use then routing-instance.
Regards,
------------------------------
Yasmin Lara
Juniper Ambassador
JNCIE-SP, JNCIE-ENT, JNCIE-DC, JNCIE-SEC
JNCDS-DC, JNCIA-DevOps, JNCIP-CLOUD, CCNP-ENT
Original Message:
Sent: 12-12-2020 11:59
From: Unknown User
Subject: fbf and DPI
Diagram attached. With this setting, ping from 10.0.0.9 to 10.0.0.2 does not work, is it necessary to register a static arp on the ge-0/0/0 interface with the address of 0/0/3? what am I doing wrong? P.S. switch on the diagram act as DPI
vMX1:
set version 14.1R4.8set system host-name vMX1set system root-authentication encrypted-password "$1$LsD0vFcK$889QeMY2qw2vnPIn2sn9K1"set system syslog user * any emergencyset system syslog file messages any noticeset system syslog file messages authorization infoset system syslog file interactive-commands interactive-commands anyset interfaces ge-0/0/0 unit 0 family inet no-redirectsset interfaces ge-0/0/0 unit 0 family inet address 10.0.0.13/30set interfaces ge-0/0/1 unit 0 family inet address 10.0.0.25/30set interfaces ge-0/0/2 unit 0 family inet filter input FBFset interfaces ge-0/0/2 unit 0 family inet address 10.0.0.10/30set interfaces ge-0/0/3 unit 0 family inet no-redirectsset interfaces ge-0/0/3 unit 0 family inet address 10.0.0.14/30set routing-options static route 0.0.0.0/0 next-hop 10.0.0.26set firewall family inet filter FBF term 1 from source-address 10.0.0.9/32set firewall family inet filter FBF term 1 then next-interface ge-0/0/0.0set firewall family inet filter FBF term 2 then accept
vMX2:
set version 14.1R4.8set system root-authentication encrypted-password "$1$yKxqrbDR$KaIRUbM80DUceS50utnTp."set system syslog user * any emergencyset system syslog file messages any noticeset system syslog file messages authorization infoset system syslog file interactive-commands interactive-commands anyset interfaces ge-0/0/1 unit 0 family inet address 10.0.0.26/30set interfaces ge-0/0/2 unit 0 family inet address 10.0.0.1/30set routing-options static route 10.0.0.8/30 next-hop 10.0.0.13set routing-options static route 10.0.0.8/30 next-hop 10.0.0.25