?? dictionary.vqp
字號:
# -*- text -*-################################################################################ Cisco's VLAN Query Protocol## This dictionary is NOT a RADIUS dictionary, but is used for a# similar purpose.## The default destination port is 1589.## $Id$################################################################################# We've allocated "fake" attribute 0x2b00 ... 0x2cff for VQP.### 0x2b00..0x2bff are for the VQP packet headers.# 0x2c00..0x2cff are for the VQP attributes.## Note that the VQP protocol specifies 0x0c01..0x0c08 as the# real numbers for the VQP attributes. We've added '0x2000'# to them to separate them from RADIUS attributes...### VQP Op codes#ATTRIBUTE VQP-Packet-Type 0x2b00 integerATTRIBUTE VQP-Error-Code 0x2b01 integerATTRIBUTE VQP-Sequence-Number 0x2b02 integer## VQP Attributes#ATTRIBUTE VQP-Client-IP-Address 0x2c01 ipaddrATTRIBUTE VQP-Port-Name 0x2c02 stringATTRIBUTE VQP-VLAN-Name 0x2c03 string# VTP domainATTRIBUTE VQP-Domain-Name 0x2c04 string# Encapsulates an Ethernet frame...ATTRIBUTE VQP-Ethernet-Frame 0x2c05 octetsATTRIBUTE VQP-MAC 0x2c06 etherATTRIBUTE VQP-Unknown 0x2c07 octetsATTRIBUTE VQP-Cookie 0x2c08 ether## VQP integer mappings#VALUE VQP-Packet-Type VQP-Join-Request 1VALUE VQP-Packet-Type VQP-Join-Response 2VALUE VQP-Packet-Type VQP-Reconfirm-Request 3VALUE VQP-Packet-Type VQP-Reconfirm-Response 4VALUE VQP-Error-Code VQP-No-Error 0VALUE VQP-Error-Code VQP-Wrong-Version 1VALUE VQP-Error-Code VQP-Insufficient-Resources 2VALUE VQP-Error-Code VQP-Deny 3VALUE VQP-Error-Code VQP-Shutdown 4VALUE VQP-Error-Code VQP-Wrong-Mgmt-Domain 5######################################################################## Duplicate names here, for simplicity######################################################################### VMPS Op codes#ATTRIBUTE VMPS-Packet-Type 0x2b00 integerATTRIBUTE VMPS-Error-Code 0x2b01 integerATTRIBUTE VMPS-Sequence-Number 0x2b02 integer## VMPS Attributes#ATTRIBUTE VMPS-Client-IP-Address 0x2c01 ipaddrATTRIBUTE VMPS-Port-Name 0x2c02 stringATTRIBUTE VMPS-VLAN-Name 0x2c03 string# VTP domainATTRIBUTE VMPS-Domain-Name 0x2c04 string# Encapsulates an Ethernet frame...ATTRIBUTE VMPS-Ethernet-Frame 0x2c05 octetsATTRIBUTE VMPS-MAC 0x2c06 etherATTRIBUTE VMPS-Unknown 0x2c07 octetsATTRIBUTE VMPS-Cookie 0x2c08 ether## VMPS integer mappings#VALUE VMPS-Packet-Type VMPS-Join-Request 1VALUE VMPS-Packet-Type VMPS-Join-Response 2VALUE VMPS-Packet-Type VMPS-Reconfirm-Request 3VALUE VMPS-Packet-Type VMPS-Reconfirm-Response 4VALUE VMPS-Error-Code VMPS-No-Error 0VALUE VMPS-Error-Code VMPS-Wrong-Version 1VALUE VMPS-Error-Code VMPS-Insufficient-Resources 2VALUE VMPS-Error-Code VMPS-Deny 3VALUE VMPS-Error-Code VMPS-Shutdown 4VALUE VMPS-Error-Code VMPS-Wrong-Mgmt-Domain 5
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -