네트워크 이야기(cisco 등)
Configure Telnet/SSH Access to Device with VRF's
깐돌런
2022. 11. 10. 10:30
line vty 5 15
access-class 8 in vrf-also
However, after the vrf-also keyword is added in the access-class of line vty 0 15, telnet access is permitted.
As per the defined behaviour, Cisco IOS devices accept all VTY connections by default. However, if an access-class is used, the assumption is that connections must arrive only from the global IP instance. However, if there is a requirement and desire to allow connections from VRF instances, use the vrf-also keyword along with the corresponding access-class statement on the
line configuration.