1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 06:53:50 +02:00

ip: add page (#17634)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Managor 2025-08-16 21:18:34 +03:00 committed by GitHub
parent cba08af191
commit 0854529697
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
pages/cisco-ios/ip.md Normal file
View file

@ -0,0 +1,21 @@
# ip
> Manage IP configurations.
> Accessed in configuration mode.
> More information: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr/command/ipaddr-cr-book.html>.
- 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}}`