Advantech 8G ports Industrial Managed Redundant Gigabit Ethernet Switch User Manual

Page of 149
 
29                                                                                  Chapter3 
bandwidth type all 
Set interface ingress limit frame 
type to “accept all frame” 
switch(config)#interface fastEthernet 2 
switch(config-if)#bandwidth type all 
bandwidth type broadcast-multicast-
flooded-unicast 
Set interface ingress limit frame 
type to “accept broadcast, 
multicast, and flooded unicast 
frame” 
switch(config)#interface fastEthernet 2 
switch(config-if)#bandwidth type broadcast-
multicast-flooded-unicast
 
bandwidth type broadcast-multicast 
Set interface ingress limit frame 
type to “accept broadcast and 
multicast frame” 
switch(config)#interface fastEthernet 2 
switch(config-if)#bandwidth type broadcast-
multicast
 
bandwidth type broadcast-only 
Set interface ingress limit frame 
type to “only accept broadcast 
frame” 
switch(config)#interface fastEthernet 2 
switch(config-if)#bandwidth type broadcast-only 
bandwidth in 
[Value] 
Set interface input bandwidth. Rate 
Range is from 100 kbps to 102400 
kbps or to 256000 kbps for giga 
ports, 
and zero means no limit. 
switch(config)#interface fastEthernet 2 
switch(config-if)#bandwidth in 100 
bandwidth out 
[Value] 
 
Set interface output bandwidth. 
Rate Range is from 100 kbps to 
102400 kbps or to 256000 kbps for 
giga ports, 
and zero means no limit. 
switch(config)#interface fastEthernet 2 
switch(config-if)#bandwidth out 100 
show bandwidth 
Show interfaces bandwidth control
switch(config)#interface fastEthernet 2 
switch(config-if)#show bandwidth 
state 
[Enable | Disable] 
Use the state interface 
configuration command to specify 
the state mode of operation for 
Ethernet ports. Use the disable 
form of this command to disable 
the port. 
switch(config)#interface fastEthernet 2 
switch(config-if)#state Disable 
show interface configuration  
show interface configuration status
switch(config)#interface fastEthernet 2 
switch(config-if)#show interface configuration 
show interface status  
show interface actual status 
switch(config)#interface fastEthernet 2 
switch(config-if)#show interface status 
show interface accounting  
show interface statistic counter 
switch(config)#interface fastEthernet 2 
switch(config-if)#show interface accounting 
no accounting 
Clear interface accounting 
information 
switch(config)#interface fastEthernet 2 
switch(config-if)#no accounting 
 
 
3.1.5 
Trunk Commands Set 
 
Table 3.5: Trunk  Commands Set 
Netstar Commands 
Level 
Description 
Example 
aggregator priority 
[1~65535] 
Set port group system priority 
switch(config)#aggregator priority 22 
aggregator activityport 
[
Group ID
[Port Numbers] 
Set activity port 
switch(config)#aggregator activityport 2 
aggregator group 
[GroupID] [Port-list] 
lacp  
workp 
[Workport]
 
Assign a trunk group with LACP 
active. 
[GroupID] :1~3 
[Port-list]:Member port list, This 
parameter could be a port 
range(ex.1-4) or a port list separate 
by a comma(ex.2, 3, 6) 
[Workport]: The amount of work 
ports, this value could not be less 
than zero or be large than the 
amount of member ports. 
switch(config)#aggregator group 1 1-4 lacp workp 
2
 
or 
switch(config)#aggregator group 2 1,4,3 lacp 
workp 3