Configuring the Interface Distribution Mode (set distribution interface)
You can use these commands to:
- Set the Distribution Mode for an interface when the system is not working in the General mode.
- Show the currently assigned Distribution Mode and whether that mode is assigned by Auto-Topology or manually configured.
Syntax
set distribution interface <if_name> configuration {user|network|policy}
show distribution interface <if_name> configuration
Parameter
|
Description
|
if_name
|
Interface name as assigned by the operation system
|
user
|
Manually assign the user Distribution Mode
|
network
|
Manually assign the network Distribution Mode
|
policy
|
Use Auto-Topology to assign the automatically assign Distribution Mode according to the policy
|
Example
This example shows how to:
- Manually change the Distribution Mode for interface
eth1-01 from policy to network . - Change the Distribution Mode on interface
eth1-01 from network to policy .
> set distribution interface eth1-01 configuration network
1_01:
configuration update completed successfully
1_02:
configuration update completed successfully
1_03:
configuration update completed successfully
> set distribution interface eth1-01 configuration policy
1_01:
configuration update completed successfully
1_02:
configuration update completed successfully
1_03:
configuration update completed successfully
|