Cisco Commands
Cisco Commands
configure terminal
➔ allows to change the device configurations
(config) no ip domain-lookup
➔ prevents miswritten commands from being interpreted
(config-if) no shutdown
➔ will prevent the interface from shutting down
show running-config
➔ shows router configurations
Routing
(config) ip route [target network] [network mask] [next hop address] [priority]
➔ sets the route for a target network address
show ip route
➔ shows router paths
(Command Prompt)
ipconfig /all
➔ shows all information regarding address configuration
ipconfig /release
➔ releases the device from the assigned address
ipconfig /renew
➔ send another request for a different address
(config) ip nat inside source static [inside local address] [inside global address]
➔ assigns a static public address to devices associated with private address
(config) access-[list number] permit [apply to addresses with i.e. 192.168.0.0] [mask for
addresses with i.e. 0.0.255.255]
➔ allows NAT to affect addresses and masks in said list
(config) ip nat inside source [list number] interface [inside interface of gateway] overload
➔ makes NAT affect addresses inside said interface