cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3325
Views
5
Helpful
1
Replies

VTY Access to Interface IP in VRF

adam.sellhorn
Level 4
Level 4

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?

1 Accepted Solution

Accepted Solutions

j-marenda
Level 1
Level 1

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 :-(

View solution in original post

1 Reply 1

j-marenda
Level 1
Level 1

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 :-(