blob: 5056f22ec1c0858a1aa3d2c531e3a1aff1e53356 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# -*- text -*-
# Copyright (C) 2019 The FreeRADIUS Server project and contributors
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
#
##############################################################################
#
# If the WiMAX format isn't crazy enough, why not have other vendors
# do the same thing?
#
VENDOR Telrad 5323 format=1,1,c
BEGIN-VENDOR Telrad
ATTRIBUTE Telrad-TSDF-Table 1 tlv
ATTRIBUTE Telrad-Item-Identity 1.1 byte
ATTRIBUTE Telrad-Reference-VPWS-PDN-Name 1.2 octets
ATTRIBUTE Telrad-TSDF-Parameters 1.3 tlv
ATTRIBUTE Telrad-C-VLAN-ID 1.3.1 integer
ATTRIBUTE Telrad-C-VLAN-ID-Retag 1.3.2 integer
ATTRIBUTE Telrad-S-VLAN-ID 1.3.3 integer
ATTRIBUTE Telrad-Reference-QOS-Profile-Name 1.3.4 string
END-VENDOR Telrad
|