CCSP:Cisco PIX Network Access Authentication

The first step, configure PIX interface address, and NAT.

pixfirewall (config) # interface e0

pixfirewall (config-if) # ip address 218.1.1.1 255.255.255.0

pixfirewall (config-if) # no shutdown

pixfirewall (config-if) # nameif outside

INFO: Security level for “outside” set to 0 by default.

pixfirewall (config-if) # interface e1

pixfirewall (config-if) # ip address 172.16.254.1 255.255.255.0

pixfirewall (config-if) # no shutdown

pixfirewall (config-if) # nameif inside

INFO: Security level for “inside” set to 100 by default.

pixfirewall (config-if) # exit

pixfirewall (config) # nat (inside) 1 172.16.254.0 255.255.255.0

pixfirewall (config) # global (outside) 1 interface

The second step is to configure AAA server parameters.

pixfirewall (config) # aaa-server test protocol radius

pixfirewall (config) # aaa-server test (inside) host 172.16.254.10 cisco

The third step is to configure AAA authentication.

pixfirewall (config) # access-list access-internet extended permit ip any any

pixfirewall (config) # aaa authentication match access-internet inside test

pixfirewall (config) # access-list access-internet extended permit ip any any

pixfirewall (config) # aaa authentication match access-internet inside test

The fourth step, testing.

More CCSP Test in Pass4sure.com

Your Comment