Specifications

VoiceFinder VoIP Gateway Configuration Guide (APOS 2.0) Release Version 3.1
AddPac Technology Co., LTD
- 68 / 416-
model name(config)# Access-list Config is possible in this status
model name(config)# access-list 1 remark this is access-list
The access-list 1 can be described.
model name(config)# access-list 1 deny 132.1.2.1 0.0.0.255
Deny any packet with the source address of 132.1.2.0/24bit.
model name(config)# access- list 1 deny 150.1.3.2 0.0.0.223
Deny any packet with the source address of 150.1.3.0/21bit
model name(config)# access- list 1 deny host 132.1.3.15 Deny
any packet with the source address of 132.1.3.15 comes from a host
model name(config)# access-list 1 permit any Permit any packet
which does not meet the condition of access-list 1 stated above. *Without this
command, any default packet is to be denied.
model name(config)# interface FastEthernet 0/0
Move to interface FastEthernet 0/0 configuration mode
model name(config-if)# ip access-group 1 in
Apply configures Access-List 1 to any IP packet comes through the
interface of FastEthernet 0/0
Router # show ip access-list Display the configured access-list
Standard IP access List 1
deny 132.1.2.0 wildcard bits 0.0.0255
deny 150.1.3.0 wildcard bits 0.0.0223
deny 132.1.3.15
permit any