不同的供應商擴展了標準屬性值對(AV對)以滿足特定需求。思科引入的AV對統稱為供應商特定屬性,其中一個稱為Cisco AV對。
本檔案將說明如何將多個Cisco AV配對或任何多值屬性新增到使用者設定檔中。
本文件沒有特定需求。
本文中的資訊係根據以下軟體和硬體版本:
Solaris 8
存取註冊器3.0R8
本文中的資訊是根據特定實驗室環境內的裝置所建立。文中使用到的所有裝置皆從已清除(預設)的組態來啟動。如果您的網路正在作用,請確保您已瞭解任何指令可能造成的影響。
如需文件慣例的詳細資訊,請參閱思科技術提示慣例。
不能一次新增Cisco AV對或多值屬性。如果一次新增一個,則僅保留最後一個AV對或屬性,因為它會覆蓋其他屬性。
使用的正確語法為:
set Cisco-Avpair "vpdn:l2tp-tunnel-password=XYZ" "vpdn:tunnel-type=l2tp" "vpdn:tunnel-id=tunnel23" "vpdn:ip-addresses=10.10.10.1"
注意:除非值中有空格,否則絕對不需要雙引號。在這種情況下,不需要雙引號。整個命令必須在一行上輸入。由於空間原因,已將其包裝到本文檔的第二行。
以下範例顯示如何執行aregcmd中的步驟:
--> cd /Radius/Profiles/default-PPP-users/Attributes/ [ //localhost/Radius/Profiles/default-PPP-users/Attributes ] Ascend-Idle-Limit = 1800 Framed-Compression = "VJ TCP/IP header compression" Framed-MTU = 1500 Framed-Protocol = PPP Framed-Routing = None Service-Type = Framed !--- This command is brought down to a second line !--- for spatial reasons. Keep this command on one line when you !--- enter it. --> set Cisco-Avpair "vpdn:l2tp-tunnel-password=XYZ" "vpdn:tunnel-type=l2tp" "vpdn:tunnel-id=tunnel23" "vpdn:ip-addresses=10.10.10.1" !--- This command is brought down to a second line !--- for spatial reasons. Keep this command on one line when you !--- enter it. Set Cisco-Avpair vpdn:l2tp-tunnel-password=XYZ vpdn:tunnel-type=l2tp vpdn:tunnel-id=tunnel23 vpdn:ip-addresses=10.10.10.1 --> ls [ //localhost/Radius/Profiles/default-PPP-users/Attributes ] Ascend-Idle-Limit = 1800 Cisco-Avpair = vpdn:l2tp-tunnel-password=XYZ Cisco-Avpair = vpdn:tunnel-type=l2tp Cisco-Avpair = vpdn:tunnel-id=tunnel23 Cisco-Avpair = vpdn:ip-addresses=10.10.10.1 !--- All av-pairs are successfully added. Framed-Compression = "VJ TCP/IP header compression" Framed-MTU = 1500 Framed-Protocol = PPP Framed-Routing = None Service-Type = Framed
修訂 | 發佈日期 | 意見 |
---|---|---|
1.0 |
19-Jan-2006 |
初始版本 |