7000 Series L3 Managed Switch Reference Manual for Software v2.0
Quick Startup 6-7
Basic Configuration Examples
This section provides configuratoin examples for port and VLAN routing, and VLAN
configurations.

Port Routing, RIP, and OSPF Configuration

This section presents routing configuration examples for routing, RIP, and OSPF.
The configuration commands used in the following example enable routing on ports 0.2, 0.3, and
0.5.
.
The config commands used in the following example enable RIP on ports 0.12 and 0.13
Table 6-9. Routing Configuration Example
Routing
config routing enable
config interface routing 0.2 enable
config interface routing 0.3 enable
config interface routing 0.5 enable
config ip interface create 0.5 192.150.5.1 255.255.255.0
config ip interface create 0.2 192.150.2.1 255.255.255.0
config ip interface create 0.3 192.150.3.1 255.255.255.0
Table 6-10. RIP Configuration Example
RIP
config routing enable
config ip interface create 0.12 192.150.12.1 255.255.255.0
config ip interface create 0.13 192.150.13.1 255.255.255.0
config interface routing 0.12 enable
config interface routing 0.13 enable
config router id 192.150.1.1
config router rip adminmode enable
config router rip interface mode 0.12 enable
config router rip interface mode 0.13 enable