Show interfaces subnet-vlan – Brocade Communications Systems Brocate Ethernet Access Switch 6910 User Manual

Page 458

Advertising
background image

408

Brocade 6910 Ethernet Access Switch Configuration Guide

53-1002581-01

Configuring IP Subnet VLANs

20

Syntax

[no] subnet-vlan subnet ip-address mask

ip-address – The IP address that defines the subnet. Valid IP addresses consist of four
decimal numbers, 0 to 255, separated by periods.

mask – This mask identifies the host address bits of the IP subnet.

Default Setting

None

Command Mode

Interface Configuration (Port, Static Aggregation)

Command Usage

Use the

subnet-vlan

command under Global Configuration mode to create a IP subnet VLAN.

Then use the subnet-vlan command under Interface Configuration mode to bind an interface
to an IP subnet VLAN.

The IP subnet cannot be a broadcast or multicast IP address.

Example

The following example binds an interface to the subnet 192.168.12.192, mask 255.255.255.224.

Console(config)#interface ethernet 1/1

Console(config-if)#subnet-vlan subnet 192.168.12.192 255.255.255.224

Console(config)#

show interfaces subnet-vlan

This command displays a brief summary of IP Subnet VLAN settings.

Syntax

show interfaces subnet-vlan [interface]

interface

ethernet unit/port

unit - Unit identifier. (Range: 1)

port - Port number. (Range: 1-12)

port-channel channel-id (Range: 1-12)

Command Mode

Privileged Exec

Example

The following example displays a summary of configured IP subnet-based VLANs.

Console#show interfaces subnet-vlan

Port IP Address Mask

-------- --------------- ---------------

Eth 1/1 192.168.12.0 255.255.255.128

Advertising