cancel
Showing results for 
Search instead for 
Did you mean: 

Freeradius "dictionary.nortel" Fabric-Attach extension needed

Freeradius "dictionary.nortel" Fabric-Attach extension needed

MatzeKS
New Contributor III
Hi Guys,

I wonder if someone has the right extension for the dictionary.nortel on Freeradius to implement the Fabric-Attach Attributes/Values:

I still found this, but for some "values" I need the right description:

code:
#
# /usr/share/freeradius/dictionary.nortel
#

VENDOR Nortel 562
BEGIN-VENDOR Nortel

ATTRIBUTE Fabric-Attach-VLAN-Create 170 integer
ATTRIBUTE Fabric-Attach-VLAN-ISID 171 string
ATTRIBUTE Fabric-Attach-VLAN-PVID 172 integer

VALUE Fabric-Attach-VLAN-Create No 0
VALUE Fabric-Attach-VLAN-Create Yes 1
VALUE Fabric-Attach-VLAN-ISID
VALUE Fabric-Attach-VLAN-PVID


I'd be great if someone can share the missing values and options.

Just in case someone wants to implement the same (maybe in lab) - here are some examples:

code:
#
# /etc/freeradius/3.0/authorized_macs
#

# BOSS Devices
# Create and assing Vlan 11 untagged
00-00-70-70-AA-BB
Fabric-Attach-VLAN-Create = "Yes",
Fabric-Attach-VLAN-ISID = "11:10011",
Fabric-Attach-VLAN-PVID = "11"

# BOSS Devices
# Create and assing Vlan 12 tagged
00-00-80-80-CC-CC
Fabric-Attach-VLAN-Create = "Yes",
Fabric-Attach-VLAN-ISID = "12:10012",
Fabric-Attach-VLAN-PVID = "12"

# EXOS Devices
# Assign existing Vlan 11 untagged
00-00-70-70-BB-BB
Extreme-Netlogin-Extended-VLAN = "U11"

# EXOS Devices
# Assign existing Vlan 12 tagged
00-00-80-80-CC-CC
Extreme-Netlogin-Extended-VLAN = "T12"







Many thanx

Matthias
0 REPLIES 0
GTM-P2G8KFN