From 085452969720eba60db51ca38069ca962dc94493 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 16 Aug 2025 21:18:34 +0300 Subject: [PATCH] ip: add page (#17634) Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/cisco-ios/ip.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/cisco-ios/ip.md diff --git a/pages/cisco-ios/ip.md b/pages/cisco-ios/ip.md new file mode 100644 index 0000000000..dd8be2a001 --- /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}}`