We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba08af commit 0854529Copy full SHA for 0854529
pages/cisco-ios/ip.md
@@ -0,0 +1,21 @@
1
+# ip
2
+
3
+> Manage IP configurations.
4
+> Accessed in configuration mode.
5
+> More information: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr/command/ipaddr-cr-book.html>.
6
7
+- Set the SSH version:
8
9
+`ip ssh version {{2}}`
10
11
+- Set the address of the device (This is done under `interface command`):
12
13
+`ip address {{10.0.0.1}} {{255.255.255.0}}`
14
15
+- Set the address to be determined with DHCP (This is done under `interface command`):
16
17
+`ip address dhcp`
18
19
+- Define a domain name:
20
21
+`ip domain-name {{example.com}}`
0 commit comments