User guide

E
XTREME
W
ARE
S
OFTWARE
U
SER
G
UIDE
11-9
IP M
ULTINETTING
10 Enable IP multinetting, by using the following command:
enable multinetting
11 If you are using RIP, disable RIP on the dummy VLANs, by using the following
command:
config rip delete net22
Multinetted VLAN groups must contain identical port assignments.
IP M
ULTINETTING
E
XAMPLES
The following example configures the BlackDiamond switch to have one multinetted
segment (slot 5, port 5) that contains three subnets (192.67.34.0, 192.67.35.0, and
192.67.37.0).
config default delete port 5:5
create protocol mnet
create vlan net34
create vlan net35
create vlan net37
config net34 ipaddress 192.67.34.1
config net35 ipaddress 192.67.35.1
config net37 ipaddress 192.67.37.1
config net34 protocol ip
config net35 protocol mnet
config net37 protocol mnet
config net34 add port 5:5
config net35 add port 5:5
config net37 add port 5:5
enable ipforwarding
enable multinetting
The following example configures the BlackDiamond switch to have one multinetted
segment (slot 5: port 5) that contains three subnets (192.67.34.0, 192.67.35.0, and
192.67.37.0). It also configures a second multinetted segment consisting of two subnets
(192.67.36.0 and 192.99.45.0). The second multinetted segment spans three ports
(slot1:port 8, slot2:port 9, and slot3:port 10). RIP is enabled on both multinetted
segments.
config default delete port 5:5
create protocol mnet
create vlan net34