User`s guide
VoiceFinder AP1100 VoIP Gateway User’s Guide Version 1.1
AddPac Technology Co., Ltd. -
67 -
[Example] Standard Access-List Configuration and Usage
router(config)# ☞ In this mode, Access-list Config is
possible.
router (config)# access-l 1 deny 132.1.2.1 0.0.0.255 ☞
Denies all packets whose source addresses are “132.1.2.0/24bit.”
router (config)# access-l 1 deny 150.1.3.2 0.0.0.223 ☞
Denies all packets whose source addresses are “150.1.3.0/21
bit.”
router (config)# access-l 1 deny host 132.1.3.15 ☞ Denies
all packets incoming from the host whose source address is
“132.1.3.15.”
router (config)# access-list 1 permit any ☞ Permits all
packets that do not satisfy conditions of the Access-List 1
above. * If this command line does not exist, all default packets
will be denied.
router (config)# interface Ethernet 0 0 ☞ Enters into the
configuration mode of the interface Ethernet 0.0.
router (config-ether0.0)# ip access-group 1 in ☞ applies
the Access-List 1 that has been set to all IP packets incoming
through the Ethernet 0.0 interface.
router # show access-list ☞ Shows Access-List.
Standard Access List (Index = 1)
1 : deny 132.1.2.1 0.0.0.255
2 : deny 150.1.3.2 0.0.0.224
3 : deny host 132.1.3.15
4 : permit any