## TITLE: CISCO 2600 HELPFUL COMMANDS ## OS: CISCO ## LAST DOC MODIFY: 2011-11-18 # show ip show dhcprelay show run # enable configure t route outside 0 0 123.456.789.000 (ip of router) ip address outside 123.456.789.000 255.255.255.xxx (set outside ip) ip address inside 123.456.789.000 255.255.255.xxx (set inside ip) write memory (save to flash mem) reboot # dhcprelay server 123.456.789.000 (ip of dhcp server) dhcprelay enable inside # clear dhcprelay (turn off dhcp relay) # dhcp address 192.168.1.2-192.168.1.29 (set dhcp server range) dhcp enable inside (turn dhcp server on) # ping 123.456.789.000 (ping an ip) # isakmp nat-traversal 20 __________________________________________________________________________________________ Copyright 2000-2011 Dylan Schneider. All Rights Reserved. This document uses unix line breaks(LF). Text on macnode.com is for example only, not as actual working instructions. Text on macnode.com should only be used as a guide, and only by advanced it professionals.