User guide
Table Of Contents
- Part1
- Part2
- Part2
- Part3
- Part4
- Part5
- Dynamic Link Aggregation
- Link Aggregation ID
- RADIUS
- Configuring RADIUS Server Settings
- Configuring IEEE802.1x
- Supported MIBs
- SNMP Traps
- Configuring SNMP
- Setting Up Login Accounts
- Requirements for Using SSH
- HTTPS Example
- Internet Explorer Warning Messages
- Netscape Navigator Warning Messages
- Login Screen
- Strict Priority Queuing (SPQ)
- Weighted Round Robin Scheduling (WRR)
- DiffServ
- DSCP and Per-Hop Behavior
- DHCP “Relay Agent Information Option”
- DHCP Relay Agent Circuit ID Sub-option Format
- Part6
- Part7
- Switch Configuration File
- Access Priority
- The Console Port
- Telnet
- List of Available Commands
- Detailed Command Information
- Logging Out
- User Mode
- Enable Mode
- Configure Mode
- config-vlan Commands
- interface Commands
- show system-information
- show hardware-monitor
- show ip
- show logging
- show interface
- show mac address-table
- Backing up Configuration
- Restoring Configuration
- Using a Different Configuration File
- Resetting to the Factory Default
- no mirror-port
- no https timeout
- no trunk
- no port-access-authenticator
- no ssh
- interface
- bpdu-control
- broadcast-limit
- bandwidth-limit
- mirror
- gvrp
- ingress-check
- frame-type
- vlan-trunking
- spq
- wrr
- egress set
- qos priority
- name
- speed-duplex
- Static Entries (SVLAN Table)
- Dynamic Entries (DVLAN Table)
- GARP Status
- GARP Timer
- GVRP Timer
- Enable GVRP
- Disable GVRP
- Set Port VID
- Set Acceptable Frame Type
- Enable or Disable Port GVRP
- Modify Static VLAN
- Delete VLAN ID

Dimension GS-3012 Gigabit Ethernet Switch
29-12 Command Examples
Enables bandwidth control on the switch.
<Mbps>
Sets the maximum bandwidth allowed for outgoing traffic (egress) or
incoming traffic (ingress) on the switch.
An example is shown next.
Enable port one for configuration.
Enable bandwidth control.
Set the outgoing traffic bandwidth limit to 7Mbps.
Set the incoming traffic bandwidth limit to 9Mbps.
Figure 29-23 bandwidth-limit Command Example
29.8.5 mirror
Syntax:
mirror
mirror dir <ingress|egress|both>
where
Enables port mirroring on the interface.
<ingress|egres
s|both>
Enables port mirroring for incoming, outgoing or both incoming and
outgoing traffic.
Port mirroring copies traffic from one or all ports to another or all ports for
external analysis.
An example is shown next.
Enable port mirroring.
Enable the monitor port three.
Enable ports one, four, five and six for configuration.
Enable port mirroring on the interface.
Enable port mirroring for outgoing traffic. Traffic is copied from ports one, four, five and six to port three in order
to examine it in more detail without interfering with the traffic flow on the original port(s).
Figure 29-24 mirror Command Example
GS-3012(config)# interface 1
GS-3012(config-interface)# bandwidth-limit
GS-3012(config-interface)# bandwidth-limit egress 7
GS-3012(config-interface)# bandwidth-limit ingress 9
GS-3012(config)# mirror-port
GS-3012(config)# mirror-port 3
GS-3012(config)# interface 1,4-6
GS-3012(config-interface)# mirror
GS-3012(config-interface)# mirror dir egress