config system switch-interface
Configure software switch interfaces by grouping physical and WiFi interfaces.
config system switch-interface Description: Configure software switch interfaces by grouping physical and WiFi interfaces. edit <name> set intra-switch-policy [implicit|explicit] set mac-ttl {integer} set member <interface-name1>, <interface-name2>, ... set span [disable|enable] set span-dest-port {string} set span-direction [rx|tx|...] set span-source-port <interface-name1>, <interface-name2>, ... set type [switch|hub] set vdom {string} next end
config system switch-interface
Parameter |
Description |
Type |
Size |
Default |
||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
intra-switch-policy |
Allow any traffic between switch interfaces or require firewall policies to allow traffic between switch interfaces. |
option |
- |
implicit |
||||||||
|
|
|||||||||||
mac-ttl |
Duration for which MAC addresses are held in the ARP table. |
integer |
Minimum value: 300 Maximum value: 8640000 |
300 |
||||||||
member |
Names of the interfaces that belong to the virtual switch. Physical interface name. |
string |
Maximum length: 79 |
|
||||||||
name |
Interface name (name cannot be in use by any other interfaces, VLANs, or inter-VDOM links). |
string |
Maximum length: 15 |
|
||||||||
span |
Enable/disable port spanning. Port spanning echoes traffic received by the software switch to the span destination port. |
option |
- |
disable |
||||||||
|
|
|||||||||||
span-dest-port |
SPAN destination port name. All traffic on the SPAN source ports is echoed to the SPAN destination port. |
string |
Maximum length: 15 |
|
||||||||
span-direction |
The direction in which the SPAN port operates, either: rx, tx, or both. |
option |
- |
both |
||||||||
|
|
|||||||||||
span-source-port |
Physical interface name. Port spanning echoes all traffic on the SPAN source ports to the SPAN destination port. Physical interface name. |
string |
Maximum length: 79 |
|
||||||||
type |
Type of switch based on functionality: switch for normal functionality, or hub to duplicate packets to all port members. |
option |
- |
switch |
||||||||
|
|
|||||||||||
vdom |
VDOM that the software switch belongs to. |
string |
Maximum length: 31 |
|