Hi,
I have the following configuration on IOS XRv (5.3.0):
control-plane
management-plane
out-of-band
vrf MGMT
interface MgmtEth0/0/CPU0/0
allow SSH
allow Telnet
!
!
!
!
interface MgmtEth0/0/CPU0/0
cdp
vrf MGMT
ipv4 address 10.6.6.202 255.255.255.0
!
interface GigabitEthernet0/0/0/0
ipv4 address 10.6.6.203 255.255.255.0
With this configuration, I thought that MPP would only allow management (SSH/telnet) connections on MgmtEth0/0/CPU0/0. However, I can still ssh to the virtual XR instance on the 10.6.6.203 IP address in the global VRF. Is this by design or is it a feature?
RP/0/0/CPU0:gw-xr1#sh lpts pifib brief | i (any,22)
Sun Mar 15 19:42:40.477 GMT
IPv4 default TCP any 0/0/CPU0 any,22 any
IPv4 * TCP Mg0/0/CPU0/0 0/0/CPU0 any,22 any
IPv6 default TCP any 0/0/CPU0 any,22 any
IPv6 * TCP Mg0/0/CPU0/0 0/0/CPU0 any,22 any
Cheers,
Matt