![ORiNG TES-3080-M12 Series Скачать руководство пользователя страница 101](http://html1.mh-extra.com/html/oring/tes-3080-m12-series/tes-3080-m12-series_user-manual_1651980101.webp)
TES-3080-M12(-BP2) User Manual
ORing Industrial Networking Corp
100
6.8 Commands Set List—MAC/Filter Table command set
TPS-3082GT-BP1
Commands
Level Description
Example
mac-address-table static
hwaddr
[MAC]
I
Configure MAC
address table of
interface (static).
switch(config)#interface fastEthernet
2
switch(config-if)#mac-address-table
static hwaddr 000012345678
mac-address-table filter
hwaddr
[MAC]
G
Configure MAC
address table(filter)
switch(config)#mac-address-table
filter hwaddr 000012348678
show mac-address-table
P
Show all MAC
address table
switch#show mac-address-table
show mac-address-table
static
P
Show static MAC
address table
switch#show mac-address-table
static
show mac-address-table
filter
P
Show filter MAC
address table.
switch#show mac-address-table filter
no mac-address-table
static hwaddr
[MAC]
I
Remove an entry of
MAC address table of
interface (static)
switch(config)#interface fastEthernet
2
switch(config-if)#no
mac-address-table static hwaddr
000012345678
no mac-address-table
filter hwaddr
[MAC]
G
Remove an entry of
MAC address table
(filter)
switch(config)#no mac-address-table
filter hwaddr 000012348678
no mac-address-table
G
Remove dynamic
entry of MAC address
table
switch(config)#no mac-address-table
6.9 Commands Set List—SNMP command set
TPS-3082GT-BP1
Commands
Level Description
Example
snmp agent-mode
[v1v2c | v3]
G
Select the agent mode
of SNMP
switch(config)#snmp agent-mode
v1v2c
snmp-server host
[IP address]
community
[Community-string]
G
Configure SNMP
server host
information and
community string
switch(config)#snmp-server host
192.168.10.50 community public
trap-version v1
(remove)