Cisco Catalyst 9500 series Configuration Manual page 48

Cisco ios xe everest 16.6.x
Hide thumbs Also See for Catalyst 9500 series:
Table of Contents

Advertisement

Controlling Source Information that Your Switch Forwards
Step 4
Step 5
Step 6
Step 7
Routing Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9500 Switches)
38
Command or Action
22
access-list access-list-number {deny |
permit} protocol source
source-wildcard destination
destination-wildcard
Example:
Device(config)# access list 100
permit ip 194.1.22.0 1.1.1.1
194.3.44.0 1.1.1.1
end
Example:
Device(config)# end
show running-config
Example:
Device# show running-config
copy running-config startup-config
Example:
Device# copy running-config
startup-config
Purpose
(Optional) Creates an IP extended access list, repeating the
command as many times as necessary.
• For access-list-number, enter the number specified
in Step 2.
• The deny keyword denies access if the conditions
are matched. The permit keyword permits access if
the conditions are matched.
• For protocol, enter ip as the protocol name.
• For source, enter the number of the network or host
from which the packet is being sent.
• For source-wildcard, enter the wildcard bits in dotted
decimal notation to be applied to the source. Place
ones in the bit positions that you want to ignore.
• For destination, enter the number of the network or
host to which the packet is being sent.
• For destination-wildcard, enter the wildcard bits in
dotted decimal notation to be applied to the
destination. Place ones in the bit positions that you
want to ignore.
Recall that the access list is always terminated by an
implicit deny statement for everything.
Returns to privileged EXEC mode.
Verifies your entries.
(Optional) Saves your entries in the configuration file.
Configuring MSDP

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents