Avaya P550 참조 가이드

다운로드
페이지 595
Policy
11-4
 Cajun P550/P220 Command Line Interface Reference Guide
 
This example creates an access list that allows access only for those hosts on the two 
specified networks. The wildcard bits apply to the host portions of the network 
addresses. Any host with a source address that does not match the access list statements 
is rejected.
Cajun(configure)# 
access-list 1 permit 100.25.12.3  0.255.255.255
Cajun(configure)# 
access-list 1 permit 155.24.34.5  0.0.255.255
   
source-wildcard
Wildcard bits applied to the source. The two ways to 
specify source-wildcard are: 
1. Use a 32-bit quantity in four-part, 
dotted-decimal format. Place ones in the bit 
positions to ignore. 
2. Use host source for source and 
source-wildcard is source 0.0.0.0.
any
Use the keyword any as an abbreviation for a 
source and source-wildcard of 0.0.0.0 
255.255.255.255.
host
The host for the access list.