Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  switch group ID in-trunk [{ID|0}]

  switch admin-group {ID|0}

RULES commands

  switch {group ID | interface IFNAME} rule NUMBER

...

  switch {start | stop | restart | destroy | dead-interval DEAD_INTERVAL |strict-admin [(on|off)]}

 switch statistics [(clear|help|ID)]

...

  switch group ID in-trunk [{ID|0}]

  switch admin-group {ID|0}

Code Block
languagejava
themeDJango
switch group ID {add | del} IFNAME[:{TAG|0}] ...

...

Code Block
languagejava
themeDJango
switch group 3 dump eth0
switch group 5 start

In order to access PCs which are connected wirelessly from eth* interfaces (e.g. workstations which are connected using wired interfaces to one of the units) on such units (border units of the wireless network) one of the groups should be selected as "admin group". All packets destined for any of the switches in wireless network will be sent by this group.

Code Block
languagejava
themeDJango
switch admin-group {ID|0}

In order to deal with upstream multicast flows in video surveillance systems two additional parameters are introduced - "upstream" and "downstream".

...

languagejava
themeDJango

...

deal with upstream multicast flows in video surveillance systems two additional parameters are introduced - "upstream" and "downstream".

Code Block
languagejava
themeDJango
switch group ID {(up|down)stream} {SCID|0}

...

  switch {start|stop|restart|destroy|dead-interval DEAD_INTERVAL|strict-admin [(on|off)]}

  switch statistics [(clear|help|ID)]

...

The “local-tag” parameter is also called a Management VLAN as it makes the device access and configuration possible only via the defined VLAN.

Code Block
languagejava
themeDJango
switch keeptag [(on|off)]

This command (“switch keeptag on”) allows keeping the tag for the packets destined to the device itself and received via the wired interface (eth*). “Off” by defaultvia the defined VLAN.

Code Block
languagejava
themeDJango
switch strict-adminkeeptag [(on|off)]

By default, the device in switch mode process the packets that is destined to it itself regardless of the switch group they belong to (switch strict-admin off). However, by using “switch strict-admin on” command one can force the device to accept such packets when they come in the admin-group onlyThis command (“switch keeptag on”) allows keeping the tag for the packets destined to the device itself and received via the wired interface (eth*). “Off” by default.

Code Block
languagejava
themeDJango
switch igmp-snooping dump [detail]

...

switch group 25 permit

switch group 25 start

switch admin-group 25

 


switch start

Here three switching groups are created. Group 5 switches the packets with VLAN tags 10, 20-30 and 40. Group 15 switches the packets with any VLAN tag with exception for those switched by group 5. Group 25 is switching all the packets without VLAN tags. Moreover, group 25 will be used to send the traffic to “outer” world.

...