네트워크 이야기(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.

 

참고: https://www.cisco.com/c/en/us/support/docs/ip/telnet/200718-Configure-Telnet-SSH-Access-to-Device-wi.html

'네트워크 이야기(cisco 등)' 카테고리의 다른 글

EIGRP Path Metric 설정  (0) 2022.11.21
Cisco Supervisor Module  (0) 2022.11.13
Cisco IOS COPY  (0) 2022.11.09
CISCO Configuring Smart licensing  (0) 2022.10.27
no ip source-route 가 config에서 안 보일 때(cisco)  (0) 2022.10.26