101
SIGNAMAX LLC • www.signamax.eu
switch(config-std-nacl)#end
switch#show access-list cs1
After the configuration, the csl cofngiuration ia
displayed as follows:
ip access-list standard cs1
10 permit 10.0.0.0 0.0.0.255 action-group
rmk1 (inactive)
20 permit 10.0.1.0 0.0.0.255 action-group
rmk2 (inactive)
30 permit any action-group rmk3 (inactive)
The action group rmk1, rmk2, and rmk3 are not
created, so the status of the action groups are
displayed as inactive.
switch#config terminal
To configure action group rmk1, rmk2, and rmk3
switch(config)#action-group rmk1
switch(config-action-
group)#remark l3-priority dscp 1
switch(config-action-group)#exit
switch(config)#action-group rmk2
switch(config-action-
group)#remark l3-priority dscp 2
switch(config-action-group)#exit
switch(config)#action-group rmk3
switch(config-action-
group)#remark l3-priority dscp 3
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
rmk1 (active)
20 permit 10.0.1.0 0.0.0.255 action-group
rmk2 (active)
30 permit any action-group rmk3 (active)
switch#config terminal
The action group rmk1, rmk2, and rmk3 are
created, so the status of the action groups is
displayed as active. Next, we can apply them to
port 0/1.
switch(config)#port 0/1
switch(config-port-0/1)#ip access-
group cs1 in
switch(config-port-0/1)#end
switch#show acl-object port 0/1
After applying the action groups in the object,
display the status of the ACL object.
Object type:port IP ACL name:cs1 (valid)
ip access-list standard cs1 (number of rules =
3)
10 permit 10.0.0.0 0.0.0.255 action-group
rmk1 (active)
20 permit 10.0.1.0 0.0.0.255 action-group
rmk2 (active)
30 permit any action-group rmk3 (active)
Here, the status of ACL named csl bound to the
object of the port is valid. This means that the
binding is successfully distributed with hardware
resources and the configuration is effective.
When hardware resources are insufficient, the
Summary of Contents for 065-7434
Page 1: ...24 Port 10 100 L3 Switch Model 065 7434 Configuration Guide Revision A1 ...
Page 245: ...245 SIGNAMAX LLC www signamax eu Application Example Example of configuring DHCP Snooping ...
Page 302: ...302 SIGNAMAX LLC www signamax eu Default status no switching interface ...
Page 368: ......
Page 655: ...287 SIGNAMAX LLC www signamax eu Sub VLAN members in the system ...