Skip to content

ip: add page #17634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions pages/cisco-ios/ip.md
Original file line number Diff line number Diff line change
@@ -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}}`