dictionary.3com
来自「This is java Radius API」· 3COM 代码 · 共 53 行
3COM
53 行
# -*- text -*-## 3com SuperStack Firewall dictionary# Bought from Sonicwall, apparently, from Enterprise number 8741.## $Id$#VENDOR 3com 43## These attributes contain the access-level value.#BEGIN-VENDOR 3comATTRIBUTE 3Com-User-Access-Level 1 integer# Read-only access to basic network tools (ping, etc)VALUE 3Com-User-Access-Level 3Com-Visitor 0# Read-only access to manageable (not security) parametersVALUE 3Com-User-Access-Level 3Com-Monitor 1# Read-write access to manageable (not security) parametersVALUE 3Com-User-Access-Level 3Com-Manager 2# Read-write access to all manageable parametersVALUE 3Com-User-Access-Level 3Com-Administrator 3ATTRIBUTE 3Com-VLAN-Name 2 stringATTRIBUTE 3Com-Mobility-Profile 3 stringATTRIBUTE 3Com-Encryption-Type 4 stringATTRIBUTE 3Com-Time-Of-Day 5 stringATTRIBUTE 3Com-SSID 6 string# String formatted as: YY/MM/DD-HH:MM# NOT as a "date" attribute!ATTRIBUTE 3Com-End-Date 7 string# Commented out, because the 3Com documentation# gives it the same number as End-Date, above.#ATTRIBUTE 3Com-Start-Date 7 string# URL where the user is redirected after WebAAAATTRIBUTE 3Com-URL 8 stringATTRIBUTE 3Com-Connect_Id 26 integerATTRIBUTE 3Com-NAS-Startup-Timestamp 59 integerATTRIBUTE 3Com-Ip-Host-Addr 60 stringATTRIBUTE 3Com-Product-ID 255 stringEND-VENDOR 3com
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?