Ip multinetting examples – Extreme Networks Summit1 User Manual
Page 137
S
UMMIT
S
WITCH
I
NSTALLATION
AND
U
SER
G
UIDE
9-7
O
VERVIEW
OF
IP U
NICAST
R
OUTING
8
Assign the subnet to a physical port.
config net21 add port 2
config net22 add port 2
9
Enable IP forwarding on the subnets.
enable ipforwarding
10
Enable IP multinetting.
enable multinetting
11
If you are using RIP, disable RIP on the dummy VLANs.
config rip delete net22
IP M
ULTINETTING
E
XAMPLES
The following example configures the switch to have one multinetted segment (port 5)
that contains three subnets (192.67.34.0, 192.67.35.0, and 192.67.37.0).
config default delete port 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
config net35 add port 5
config net37 add port 5
enable ipforwarding
enable multinetting
Summit.bk : 9ROUT.FM Page 7 Thursday, June 18, 1998 9:27 AM