Delete ip interface – Allied Telesis AT-S63 User Manual

Page 397

Advertising
background image

AT-S63 Stack Command Line User’s Guide

Section VII: Internet Protocol Routing

397

DELETE IP INTERFACE

Syntax

delete ip interface=

interface

Parameters

interface

Specifies the name of the interface to be deleted from
the stack. An interface name consists of “VLAN”
followed by the name or ID (VID) of the VLAN and the
interface number (e.g., vlan-Sales-0 or vlan4-0).

Description

This command deletes an interface from the stack. You can only delete
one interface at a time. To display the names of the existing interfaces,
refer to “SHOW IP INTERFACE” on page 412.

Note the following before performing this command:

ˆ

All IPv4 packet routing to the local network or subnet of a deleted
interface ceases.

ˆ

All static routes assigned to the interface are deleted from the routing
table.

ˆ

Deleting an interface that the AT-S63 Management Software is using
to access a network management device (e.g., a RADIUS or syslog
server) causes the stack to stop performing the corresponding
management function.

ˆ

Deleting the local interface on a stack during a remote Telnet or web
browser management session immediately ends the session. To
continue managing the stack, you must start a local management
session using the Terminal Port on the master switch.

Examples

This command deletes the VLAN6-2 interface from the stack:

delete ip interface=vlan6-2

This command deletes an interface using its VLAN name, in this case
Sales, instead of the VID:

delete ip interface=vlan-Sales-2

Advertising