Skip to content

Commit

Permalink
Merge pull request #1822 from inverse-inc/feature/Dell_N1500_Series
Browse files Browse the repository at this point in the history
Support for Dell N1500 Series
  • Loading branch information
extrafu committed Feb 7, 2017
2 parents bb696a1 + e377b5a commit 9d47649
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 1 deletion.
73 changes: 72 additions & 1 deletion docs/PacketFence_Network_Devices_Configuration_Guide.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,78 @@ On each interface:
To be contributed...
Edge­corE
N1500 Series Switch
^^^^^^^^^^^^^^^^^^^
PacketFence supports this switch using RADIUS, MAC-Authentication, 802.1x and VoIP
802.1X with MAC Authentication fallback and VoIP
++++++++++++++++++++++++++++++++++++++++++++++++
We assume that the switch ip is 192.168.1.254
First on the uplink add this configuration:
dot1x port-control force-authorized
switchport mode trunk
switchport trunk allowed vlan 1-5,100
Global config settings
configure
vlan 2,3,4,5,100
vlan 2
name "Registration"
vlan 3
name "Isolation"
vlan 4
name "Mac detection"
vlan 5
name "Guest"
vlan 100
name "VoIP"
authentication enable
dot1x system-auth-control
aaa authentication dot1x default radius
aaa authorization network default radius
dot1x dynamic-vlan enable
voice vlan
aaa server radius dynamic-author
client 192.168.1.5 server-key "useStrongerSecret"
exit
radius-server host auth 192.168.1.5
name "PacketFence"
usage 802.1x
key "useStrongerSecret"
exit
aaa server radius dynamic-author
client 192.168.1.5 server-key "useStrongerSecret"
exit
snmp-server community "private" rw
snmp-server community "public" ro
On each interface (not uplink)
switchport voice detect auto
switchport mode general
switchport access vlan 10
dot1x port-control mac-based
dot1x reauthentication
dot1x mac-auth-bypass
authentication order mab
authentication priority mab
lldp transmit-tlv sys-desc sys-cap
lldp transmit-mgmt
lldp notification
lldp med confignotification
voice vlan 100
exit
Edge core
~~~~~~~~~
PacketFence supports Edge-corE switches without VoIP using linkUp/linkDown traps.
Expand Down

0 comments on commit 9d47649

Please sign in to comment.