29 Chapter3

bandwidth type all I
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 I
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 I
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 I
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] I
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 I Show interfaces bandwidth control switch(config)#interface fastEthernet 2
switch(config-if)#show bandwidth
state
[Enable | Disable]
I
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 I show interface configuration status switch(config)#interface fastEthernet 2
switch(config-if)#show interface configuration
show interface status I show interface actual status switch(config)#interface fastEthernet 2
switch(config-if)#show interface status
show interface accounting I show interface statistic counter switch(config)#interface fastEthernet 2
switch(config-if)#show interface accounting
no accounting I 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] G Set port group system priority switch(config)#aggregator priority 22
aggregator activityport
[Group ID]
[Port Numbers]
G Set activity port switch(config)#aggregator activityport 2
aggregator group
[GroupID] [Port-list]
lacp
workp
[Workport] G
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