diff --git a/pages/cisco-ios/ip.md b/pages/cisco-ios/ip.md new file mode 100644 index 00000000000000..dd8be2a00106ce --- /dev/null +++ b/pages/cisco-ios/ip.md @@ -0,0 +1,21 @@ +# ip + +> Manage IP configurations. +> Accessed in configuration mode. +> More information: . + +- Set the SSH version: + +`ip ssh version {{2}}` + +- Set the address of the device (This is done under `interface command`): + +`ip address {{10.0.0.1}} {{255.255.255.0}}` + +- Set the address to be determined with DHCP (This is done under `interface command`): + +`ip address dhcp` + +- Define a domain name: + +`ip domain-name {{example.com}}`