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-4 Command Examples
29.2.6 show mac address-table
Syntax:
show mac address-table <all <sort>|static>
Where
<sort> = Specifies the sorting criteria (MAC, VID or port).
This command displays the MAC address(es) stored in the switch. The following example shows a static MAC
address table.
Figure 29-6 show mac address-table Command Example
29.3 ping
Syntax:
ping <ip> < [in-band|out-of-band|vlan <vlan-id> ] [ size <0-8024> ] [ -
t ]>
where
<ip>
= The IP address of an Ethernet device.
[in-band|out-of-
band|vlan <vlan-
id> ]
= Specifies the network interface or the VLAN ID to which the Ethernet
device belongs.
out-of-band refers the management port while in-band means the
other ports on the switch.
[ size <0-
8024> ]
= Specifies the packet size to send.
[ -t ]
=
Sends Ping packets to the Ethernet device indefinitely. Click
[CTRL]+
C
to terminate the Ping process.
This command sends Ping packets to an Ethernet device. The following example sends Ping requests to and
displays the replies from an Ethernet device with an IP address of 192.168.1.100.
Figure 29-7 ping Command Example
29.4 traceroute
GS-3012# show mac address-table static
Vid Mac Port Status
1 01:a0:c5:aa:aa:aa 1 Permanent
GS-3012#
GS-3012# ping 192.168.1.100
sent rcvd rate rtt avg mdev max min reply from
1 1 100 0 0 0 0 0 192.168.1.100
2 2 100 0 0 0 0 0 192.168.1.100
3 3 100 0 0 0 0 0 192.168.1.100
GS-3012#