Chapter 12
Tunneling and VPNs
RUGGEDCOM ROX II
CLI User Guide
364 Deleting a Virtual Switch Filter
Section12.1.5.4
Deleting a Virtual Switch Filter
To delete a virtual switch filter, do the following:
1. Make sure the CLI is in Configuration mode.
2. Delete the virtual switch filter by typing:
no security virtualswitch-filter virtualswitch name
Where:
• name is the name of the virtual switch filter
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section12.1.6
Managing Filtering Rules
A virtual switch filter can apply one or more rules to traffic traversing a virtual switch.
CONTENTS
• Section12.1.6.1, “Viewing a List of Rules”
• Section12.1.6.2, “Viewing a List of Rules Assigned to a Virtual Switch Filter”
• Section12.1.6.3, “Adding a Rule”
• Section12.1.6.4, “Adding a Rule to a Virtual Switch Filter”
• Section12.1.6.5, “Deleting a Rule”
• Section12.1.6.6, “Deleting a Rule from a Virtual Switch Filter”
Section12.1.6.1
Viewing a List of Rules
To view a list of rules that can be used by a virtual switch filter, type:
show running-config security virtualswitch-filter rules
If rules have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config security virtualswitch-filter rules | tab
NAME ACTION SRCMAC DSTMAC PROTO
-------------------------------------------------------------
arp accept - - arp
goose accept 00:00:00:00:11:11 01:0c:cd:01:00:33 0x88b8
ipv4 accept 00:00:00:00:00:01 00:00:00:00:00:02 ipv4
ipv6 accept - - ipv6
iso accept - - iso
!
!
If no rules have been configured, add rules as needed. For more information, refer to Section12.1.6.3, “Adding a
Rule”.