5 mvr type – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 434

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 434 of 855

Usage

This command is used to create or delete mvr source vlan ip address. The default IP address is
10.0.0.1


Examples

Create mvr source address
Switch(config)# mvr source-address 192.168.11.1
Resume mvr source address as 10.0.0.1
Switch(config)# no mvr source-address


Related Commands

None

23.5 mvr type

Use this command to configure a switch-port as source port or receiver port.

Command Syntax

mvr type {source | receiver vlan vlan}
no mvr type [receiver vlan vlan]
source: An MVR source port
receiver: An MVR receiver port
vlan: <1-4094> A receiver vlan


Command Mode

Interface configure


Usage

Configure the interface as source port or receiver port. The source port must belong to source vlan,
and the receiver port must not belong to source vlan.


Examples

Configure the eth-0-1 as source port, and configure the eth-0-2 as receiver port of vlan 2
Switch(config)#interface eth-0-1
Switch(config-if)#mvr type source
Switch(config)#interface eth-0-2
Switch(config-if)#mvr type receiver vlan 2


Related Commands

None

Advertising