CLI Commands - eamonstackpole/my-tech-journal GitHub Wiki

  • en - get into admin console
  • conf t - enter the router's configuration terminal
  • int G#/# or Fa#/# - config for particular interface
    • int #/#.(VLAN number) - to access a VLAN interface
  • ip address xxx.xxx.x.x - set an interfaces IP address
    • can add the subnet after the ip address to set it
  • exit - exit an interface
  • no shut - enables an interface
  • show run - shows running configuration for the router
  • ip route (network address) (next hop) - creates a static route for that network