I have rejected routes on a SRX340 and I don't understand why. Also, the related irb interfaces have link down. That might be the problem but yet I don't know what those irb interfaces are down. Does someone know why?
SRX340> show route inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 0.0.0.0/0 *[Static/5] 2d 01:08:28 > to a.b.c.1 via ge-0/0/0.0 10.10.23.1/32 *[Local/0] 2d 01:13:33 Reject 10.10.71.1/32 *[Local/0] 02:32:04 Reject a.b.c.0/24 *[Direct/0] 2d 01:13:33> via ge-0/0/0.0 a.b.c.249/32 *[Local/0] 2d 01:13:33 Local via ge-0/0/0.0
SRX340> show interfaces terse Interface Admin Link Proto Local Remote [snip] irb up up irb.0 up down inet irb.23 up down inet irb.71 up down inet 10.10.71.1/25
SRX340> show configuration vlans INBMGT { vlan-id 71; l3-interface irb.71; } INNOV23 { vlan-id 23; l3-interface irb.23; } SRX340> show vlans Routing instance VLAN name Tag Interfaces default-switch INBMGT 71 ge-0/0/5.0 ge-0/0/7.0* default-switch INNOV23 23 default-switch default 1
SRX340# show interfaces irb unit 0 { family inet; } unit 23 { family inet { address 10.10.23.1/24; } } unit 71 { family inet { address 10.10.71.1/25; } }
This firewall is linked to an EX4300 switch with a trunk
SRX340> show configuration interfaces ge-0/0/7 unit 0 { family ethernet-switching { interface-mode trunk; vlan { members [ INNOV70 INBMGT ]; } } }
Would you need more information about my setup, let me know.
Thanks