Specifications
5-7
Cisco Global Site Selector Administration Guide
OL-5480-01
Chapter 5 Configuring Access Lists and Filtering GSS Traffic
Filtering GSS Traffic Using Access Lists
The options and variables are:
• name—Identifies the name of a pre-existing access list.
• interface—Specifies an interface on the GSS to which the access list will be
assigned.
• eth0—Identifies the first Ethernet interface on the GSS device.
• eth1—Identifies the second Ethernet interface on the GSS device.
For example, to associate the access list named alist1 with the first interface on
your GSS device, enter the following:
gss1.example.com# config
gss1.example.com(config)# access-group alist1 interface eth0
Use the access-group command for each access list you want to associate with
the interface.
Disassociating an Access List from a GSS Interface
To dissociate an access list from the associated GSS interface, use the no form of
the access-group command. Disassociating an access list from an interface
removes all constraints applied to the Ethernet interface. You must have access to
the CLI of each GSS device to disassociate access lists from a GSS interface.
For example, to disassociate the access list named alist1 from the first interface
on your GSS device, you would enter the following:
gss1.example.com# config
gss1.example.com(config)# no access-group alist1 interface eth0
See the “Associating an Access List with a GSS Interface” section for an
explanation of access-group command syntax.