Virtual router in SRX
full config root@srx3200> show configuration routing-instances vr-MPLS interface ge-0/0/1.0; interface ge-0/0/2.0; instance-type virtual-router; root@srx3200> show configuration interfaces ge-0/0/1 unit 0 { family inet { address 192.168.191.1/30; } } root@srx3200> show configuration interfaces ge-0/0/2 unit 0 { family inet { address 192.168.192.1/30; } } root@srx3200> show configuration security zones security-zone vr ^ 'vr' is ambiguous. Possible completions: <name> Name of the zone vr-MPLS Name of the zone vrf-227 Name of the zone root@srx3200> show configuration security zones security-zone vr-MPLS interfaces { ge-0/0/1.0 { host-inbound-traffic { system-services { any-service; } } } ge-0/0/2.0 { host-inbound-traffic { system-services { any-service; } } } } root@srx3200> | |