- CheckMates
- :
- Products
- :
- Quantum
- :
- SMB Gateways (Spark)
- :
- Delete IP address via CLI on SMB appliance
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Delete IP address via CLI on SMB appliance
Dear experts,
I like to delete the ip address of a SMB appliance - model 1200R with R77.20.80 - via CLI. I tried to run "delete interface LAN1 ipv4-address", but it did not work.
Can someone tell me the correct command?
Many thanks and best regards,
Christian
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Christian,
You cannot use the delete command
You can either change its IP :
> set interface LANx ipv4-address IP address subnet-mask
or reset interface LANx configuration by changing it to unassigned and then configuring its new IP
> set interface LANx unassigned
>set interface LANx ipv4-address IP address subnet-mask
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Christian,
You cannot use the delete command
You can either change its IP :
> set interface LANx ipv4-address IP address subnet-mask
or reset interface LANx configuration by changing it to unassigned and then configuring its new IP
> set interface LANx unassigned
>set interface LANx ipv4-address IP address subnet-mask
