Skip to content

Commit 0854529

Browse files
Managordmmqz
andauthored
ip: add page (#17634)
Co-authored-by: Dylan <[email protected]>
1 parent cba08af commit 0854529

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pages/cisco-ios/ip.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)