Configuration examples, Creating an ip or ipx vlan – Cabletron Systems SmartSwitch Router 9032578-02 User Manual

Page 44

Advertising
background image

Chapter 2: Bridging Configuration Guide

44

SmartSwitch Router User Reference Manual

Configuration Examples

Creating an IP or IPX VLAN

VLANs are used to associate physical ports on the SSR with connected hosts that may be
physically separated but need to participate in the same broadcast domain. To associate
ports to a VLAN, you must first create an IP or IPX VLAN and then assign ports to the
VLAN.

For example, servers connected to port gi.1.(1-2) on the SSR need to communicate with
clients connected to et.4.(1-8). You can associate all the ports containing the clients and
servers to an IP VLAN called ‘BLUE’.

First, create an IP VLAN named ‘BLUE’

Next, assign ports to the ‘BLUE’ VLAN.

Show l2 table information on a
specific port.

l2-tables show port-macs

Show information the master MAC
table.

l2-tables show mac-table-stats

Show information on a specific
MAC address.

l2-tables show mac

Show information on MACs
registered.

l2-table show bridge-management

Show all VLANs.

vlan list

ssr(config)# vlan create BLUE ip

ssr(config)# vlan add ports et.1.(1-8), gi.1.(1-2) to BLUE

Advertising