Making stuff work with VRF's.... More
Get to my NTP Server, Get Telnet access workingline vty 0 4
access-class 50 in vrf-also
exec-timeout 60 0
privilege level 15
transport input telnet ssh
!
ntp server vrf [vrf-name] 10.10.10.10
line vty 0 4
access-class 50 in vrf-also
exec-timeout 60 0
privilege level 15
transport input telnet ssh
!
ntp server vrf [vrf-name] 10.10.10.10
aaa group server tacacs+ [grp-name]
server-private 10.10.10.10 key 7 [key]
ip vrf forwarding [vrf-name]
ip tacacs source-interface [interface-name]
!
aaa authentication login default local group [grp-name]tacacs+
aaa authorization exec default local group [grp-name]tacacs+
ip tftp source-interface vlan109Where VLAN109 is the vrf interface