Cisco 3750 show ip address
Nr 599 midterm
Okay a basic example with a Cisco ASA for the NAT rules. Lets say there is PC1 on the inside network that you want to have internet access. The IP address 192.168.1.100 can't just connect to the Internet using that IP address as its not routable, so instead we need to translate it.
Dec 24, 2007 · launch your telnet session or console password : [enter your telnet password here] switch> en password : [enter your privileged exec password here] switch # configure terminal switch (config) # hostname MYSWITCH MYSWITCH (config) # end [optional] Backup your old setup MYSWITCH # copy startup-config startup-config.bak Save your running setup (so it will start at…