Hello,
I am trying to enable ssh on a vrf interface, on an ASR9K running 6.4.2 code.
Following is the configuration I am testing with:
A)
control-plane
management-plane
out-of-band
vrf <VRF-NAME>
interface <INTERFACE-NAME>
allow SSH peer
address ipv4 0.0.0.0/0
B)
ssh server vrf <VRF-NAME>
Testing without the control-plane configuration (A) and enabling ssh on the VRF (B) , it works fine.
But when I enable control-plane configuration (A), it stops working. It behaves as if there is something explicitly blocking ssh incoming connection.
Following is the show command output:
!---------------------------------------------------------!
RP/0/RSP0/CPU0:lab_device#sh mgmt-plane out-of-band vrf
Management Plane Protection -
out-of-band VRF - <VRF-NAME>
!---------------------------------------------------------!
RP/0/RSP0/CPU0:lab_device#sh mgmt-plane interface <INTERFACE-NAME>
Management Plane Protection - outband interface
interface - <INTERFACE-NAME>
ssh configured -
peer v4 allowed - 0.0.0.0/0
!---------------------------------------------------------!
Please advise what could be the issue here and how it can be resolved.
Also what would be the command if I want to debug ssh traffic.
Thanks and regards.