Pages

Showing posts with label vrf. Show all posts
Showing posts with label vrf. Show all posts

8/01/2013

Cisco - more VRF stuff

Making stuff work with VRF's.... More

Get to my NTP Server, Get Telnet access working

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

Cisco TACACS+ with VRF

Cisco TACACS+ with VRF

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+

Cisco Virtual Routing and Forwarding (VRF) - Misc

Copy to TFTP using VRF

Trying to get into practice of using a separate vrf for management on network stuff.
A lot of stuff needs cleaned up.  Today's discovery - to make backup scripts work:
ip tftp source-interface vlan109
 Where VLAN109 is the vrf interface