>데이터 베이스 >MySQL 튜토리얼 >PIX的AAA认证配置

PIX的AAA认证配置

WBOY
WBOY원래의
2016-06-07 15:32:291440검색

#vir telnet 10.1.1.1 (一般使用global地址) #access-list auth permit tcp any any eq http #access-list auth permit tcp any any eq telnet //http和telnet协议捆绑抓流量 #aaa-server 3a protocol tacacst+ #aaa-server 3a host 20.1.1.241 //20.1.1.241

#vir telnet 10.1.1.1  (一般使用global地址)

#access-list auth permit tcp any any eq http
#access-list auth permit tcp any any eq telnet    //http和telnet协议捆绑抓流量
#aaa-server 3a protocol tacacst+
#aaa-server 3a host 20.1.1.241     //20.1.1.241是aaa服务器
#key cisco
#exit
#test aaa-server authentication 3a host 20.1.1.241 username pixaaa password cisco  //验证3a上的用户名和密码
#aaa authentication auth inside 3a    //调用"auth"流量做3a验证

#show uauth

 

授权:
#access-list auth permit icmp any any
#aaa authorization match auth inside 3a    //抓取"auth"这个acl做授权


查看原文:http://www.laogebo.com/archives/335.html

老胳膊BLOG

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.