SV-283915r1203994_rule
V-283915
SRG-NET-000760-RTR-000160
NOKI-RT-001070
CAT II
10
Configure the mgmt port address for the out-of-band access using the example below:
- bof address 10.10.111.182/24
Configure the VPRN service for in-band management using the example below:
- configure service vprn 30 customer 1 create
- config>service>vprn# router-id 3.3.3.3
- config>service>vprn# autonomous-system 65100
- config>service>vprn# interface "management-network" create
- config>service>vprn>if# address 172.x.x.x/30
- config>service>vprn>if# sap 1/1/c3/1 create
- config>service>vprn>if>sap# exit
- config>service>vprn>if# exit
- config>service>vprn# bgp-ipvpn
- config>service>vprn>bgp-ipvpn# mpls
- config>service>vprn>bgp-ipvpn>mpls# auto-bind-tunnel
- config>service>vprn>bgp-ipvpn>mpls>auto-bind-tunnel# resolution any
- config>service>vprn>bgp-ipvpn>mpls>auto-bind-tunnel# exit
- config>service>vprn>bgp-ipvpn>mpls# route-distinguisher x.x.x.x:x
- config>service>vprn>bgp-ipvpn>mpls# vrf-target target:x:x
- config>service>vprn>bgp-ipvpn>mpls# no shutdown
- config>service>vprn>bgp-ipvpn>mpls# exit
- config>service>vprn>bgp-ipvpn# exit
- config>service>vprn# no shutdown
There are several alternate communication paths to manage the device. The management port can be used as the first communication path for out-of-band access. The Virtual Private Routed Network (VPRN) service can be used as the second communication path for in-band access. The console port can be used as the third communication path for out-of-band access.
Verify the mgmt port address using the command below:
- show bof | match address
address 10.10.111.182/24 active
Verify that only the routes and interfaces belonging to the management VPRN are present using the command below:
- show router 30 route-table
Route Table (Service: 30)
Dest Prefix[Flags] Type Proto Age Pref
Next Hop[Interface Name] Metric
-------------------------------------------------------------------------------
172.x.x.x/30 Remote BGP VPN 00h07m10s 170
4.4.4.4 (tunneled:RSVP:1) 30
172.x.x.x/30 Local Local 00h20m51s 0
management-network 0
If the mgmt port address and mgmt network are not configured in the VPRN, this is the finding.
V-283915
False
NOKI-RT-001070
There are several alternate communication paths to manage the device. The management port can be used as the first communication path for out-of-band access. The Virtual Private Routed Network (VPRN) service can be used as the second communication path for in-band access. The console port can be used as the third communication path for out-of-band access.
Verify the mgmt port address using the command below:
- show bof | match address
address 10.10.111.182/24 active
Verify that only the routes and interfaces belonging to the management VPRN are present using the command below:
- show router 30 route-table
Route Table (Service: 30)
Dest Prefix[Flags] Type Proto Age Pref
Next Hop[Interface Name] Metric
-------------------------------------------------------------------------------
172.x.x.x/30 Remote BGP VPN 00h07m10s 170
4.4.4.4 (tunneled:RSVP:1) 30
172.x.x.x/30 Local Local 00h20m51s 0
management-network 0
If the mgmt port address and mgmt network are not configured in the VPRN, this is the finding.
M
5746