|
|
This chapter explains the function and syntax of the reflexive access list commands. For more information about defaults and usage guidelines, see the corresponding chapter of the Cisco IOS Security Command Reference, Release 12.1.
To nest a reflexive access list within an access list, use the evaluate command in access-list configuration mode. Use the no form of this command to remove a nested reflexive access list from the access list.
evaluate name
Syntax Description
name The name of the reflexive access list that you want evaluated for IP traffic entering your internal network. This is the name defined in the permit (reflexive) command.
To specify the length of time that reflexive access list entries will continue to exist when no packets in the session are detected, use the ip reflexive-list timeout command in global configuration mode. Use the no form to reset the timeout period to the default timeout.
ip reflexive-list timeout seconds
Syntax Description
seconds Specifies the number of seconds to wait (when no session traffic is being detected) before temporary access list entries expire. Use a positive integer from 0 to 232-1.
To create a reflexive access list and to enable its temporary entries to be automatically generated, use the permit command in access-list configuration mode. Use the no form of this command to delete the reflexive access list (if only one protocol was defined) or to delete protocol entries from the reflexive access list (if multiple protocols are defined).
permit protocol source source-wildcard destination destination-wildcard reflect name [timeout seconds]
Syntax Description
protocol Name or number of an IP protocol. It can be one of the keywords gre, icmp, ip, ipinip, nos, tcp, or udp, or an integer in the range 0 to 255 representing an IP protocol number. To match any Internet protocol (including ICMP, TCP, and UDP), use the keyword ip. source Number of the network or host from which the packet is being sent. There are three other ways to specify the source: source-wildcard Wildcard bits (mask) to be applied to source. There are three other ways to specify the source wildcard: destination Number of the network or host to which the packet is being sent. There are three other ways to specify the destination: destination- wildcard Wildcard bits to be applied to the destination. There are three other ways to specify the destination wildcard: reflect Identifies this access list as a reflexive access list. name Specifies the name of the reflexive access list. Names cannot contain a space or quotation mark, and must begin with an alphabetic character to prevent ambiguity with numbered access lists. The name can be up to 64 characters long. timeout seconds (Optional) Specifies the number of seconds to wait (when no session traffic is being detected) before entries expire in this reflexive access list. Use a positive integer from 0 to 232-1. If not specified, the number of seconds defaults to the global timeout value.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Wed Jul 26 17:10:54 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.