Tag Archives: cisco

IOS Tips

A very useful IOS tips from PacketLife Keyboard shortcuts These shortcuts can be used to speed up operating with the CLI: Ctrl+B or Left Move the cursor one character to the left Ctrl+F or Right Move the cursor one character to the right Esc, B Move the cursor one word to the left Esc, F… Read More »

Loading

AAA configuration using TACACS+ (Cisco IOS and HP Procurve)

Basic configuration in IOS aaa new-model tacacs-server host 192.168.1.1 timeout 10 key sup36s3c63t tacacs-server directed-request aaa authentication login default group tacacs+ local enable aaa authentication login SSH group tacacs+ aaa authentication login CONSOLE local aaa authentication enable default group tacacs+ enable none aaa authorization exec default group tacacs+ none aaa authorization commands 15 default group… Read More »

Loading

Cisco NX-OS/IOS Configuration Differences and tidbits

Differences between IOS and NXOS. http://docwiki.cisco.com/wiki/Cisco_NX-OS/IOS_Software_Default_Configuration_Differences IOS to NXOS migration tool http://tools.cisco.com/nxmt/ Minimum Recommended Code Levels. http://www.cisco.com/en/US/docs/switches/datacenter/sw/nx-os/recommended_releases/recommended_nx-os_releases.html Data Center switching support forums on Cisco.com. https://supportforums.cisco.com/community/netpro/data-center/server-network

Loading