Dell PowerConnect M6348 Configuration Manual page 86

Configuration guide
Hide thumbs Also See for PowerConnect M6348:
Table of Contents

Advertisement

Example #2: Enable Routing for Ports
The following command sequence enables routing and assigns IP addresses for VLAN 2 and VLAN 3.
console#config
interface vlan 2
routing
ip address 192.150.2.2 255.255.255.0
exit
interface vlan 3
routing
ip address 192.130.3.1 255.255.255.0
exit
exit
Example #3. Enable RIP for the Switch
The next sequence enables RIP for the switch. The route preference defaults to 15.
console#config
router rip
enable
exit
exit
Example #4. Enable RIP for the VLAN Routing Interfaces
This command sequence enables RIP for VLAN 2 and VLAN 3. Authentication defaults to none, and no
default route entry is created. The commands specify that both interfaces receive both RIP-1 and RIP-2
frames, but send only RIP-2 formatted frames.
console#config
interface vlan 2
ip rip
ip rip receive version both
ip rip send version rip2
exit
interface vlan 3
ip rip
ip rip receive version both
ip rip send version rip2
exit
exit
86
Routing Configuration

Advertisement

Table of Contents
loading

Table of Contents