13-33
Field Description
Subnet-Index Index of the IP subnet
IP ADDRESS IP address of the subnet (either an IP address or a network address)
NET MASK Mask of the IP subnet
display ip-subnet-vlan vlan
Syntax
display ip-subnet-vlan vlan { vlan-id [ to vlan-id ] | all } [ | { begin | exclude | include }
regular-expression ]
View
Any view
Default Level
2: System level
Parameters
vlan-id: VLAN ID, in the range 1 to 4094.
to: Specifies a VLAN ID range. The argument after this keyword must be greater than or equal to the
one before this keyword.
all: Specifies all the VLANs.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see CLI Configuration in the Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays the lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, which is a case sensitive string of 1 to 256
characters.
Description
Use the display ip-subnet-vlan vlan command to display the IP subnet information and IP subnet
indexes on the specified VLAN(s).
Related commands: display vlan.
Examples
# Display the IP subnet information of all VLANs.
<Sysname> display ip-subnet-vlan vlan all
VLAN ID: 3
Subnet Index IP Address Subnet Mask
====================================================
0 192.168.1.0 255.255.255.0