01-08-2008 08:20 AM - edited 03-03-2019 08:10 PM
Does anyone know how you can setup ssh or telnet access to listen on an interface that is bound by a VRF? I currently have a 3845 with one VRF configured on it and want to be able to ssh to the interface IP of that VRF. Is this even possible?
Solved! Go to Solution.
01-09-2008 12:58 AM
yes, it works fine:
!
line vty 0 4
access-class in 90 vrf-also
!...
!
with access-list 90 ...
permit-ting the ip-adresses from
your management station(s),
merged from the different vrf's together :-(
01-09-2008 12:58 AM
yes, it works fine:
!
line vty 0 4
access-class in 90 vrf-also
!...
!
with access-list 90 ...
permit-ting the ip-adresses from
your management station(s),
merged from the different vrf's together :-(
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide