103
SIGNAMAX LLC • www.signamax.eu
act2
switch(config-std-nacl)#permit any
action-group act3
switch(config-std-nacl)#end
switch#show access-list cs1
After the configuration, the csl configuration is as
follows:
ip access-list standard cs1
10 permit 10.0.0.0 0.0.0.255 action-group act1
(inactive)
20 permit 10.0.1.0 0.0.0.255 action-group act2
(inactive)
30 permit any action-group act3 (inactive)
switch#config terminal
The action groups rmk1, rmk2, and rmk3 are not
created, so the status of the action groups are
displayed as inactive.
switch(config)#action-group act1
To configure action groups
switch(config-action-group)#
meter mt1
To specify the meter associated with the action
group as mt1
switch(config-action-group)#exit
switch(config)#action-group act2
switch(config-action-group)#
meter mt2
To configure the relative meter of the action
group as mt2
switch(config-action-group)#exit
switch(config)#action-group act3
switch(config-action-group)#
meter mt3
To specify the meter associated with the action
group as mt3
switch(config-action-group)#end
switch#show access-list cs1
To re-display the csl configuration:
ip access-list standard cs1
10 permit 10.0.0.0 0.0.0.255 action-group act1
(active)
20 permit 10.0.1.0 0.0.0.255 action-group act2
(active)
30 permit any action-group act3 (active)
switch#show action-group
The action groups act 1, act 2 and act 3 are
created, so their statuses are displayed as active.
Check the configuration of the action groups:
action-group act1
meter mt1 (inactive meter)
action-group act2
meter mt2 (inactive meter)
action-group act3
meter mt3 (inactive meter)
switch#config terminal
mt1, mt2 and mt3 are not configured, so the
status of the meter is displayed as inactive meter.
Next, the three meters need to be configured.
switch(config)#traffic-meter mt1
To configure the meter mt1, mt2, and mt3
switch(config-meter)#meter mode
srtcm 5000 1514 1514
switch(config-meter)#exit
switch(config)#traffic-meter mt2
switch(config-meter)#meter mode
srtcm 1000 1514 1514
switch(config-meter)#exit
switch(config)#traffic-meter mt3
switch(config-meter)#meter mode
srtcm 50000 1514 1514
Содержание 065-7434
Страница 1: ...24 Port 10 100 L3 Switch Model 065 7434 Configuration Guide Revision A1 ...
Страница 245: ...245 SIGNAMAX LLC www signamax eu Application Example Example of configuring DHCP Snooping ...
Страница 302: ...302 SIGNAMAX LLC www signamax eu Default status no switching interface ...
Страница 368: ......
Страница 655: ...287 SIGNAMAX LLC www signamax eu Sub VLAN members in the system ...