
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Accounting on external RADIUS server
Hi.
BSAP 1800 not send accounting information on RADIUS server.
Authentication process run good.
Configuration below.
RADIUS Server
192.168.4.1
ADTRAN controller
192.168.4.60
ADTRAN BSAP
192.168.4.61
vlan4 - Managment (192.168.4.0/24)
vlan2 - SSID Test (192.168.2.0/24)
Configuration - Role Based Access Control - Locations
[vlan2]:
id 2
cidr 192.168.2.0/24
Configuration - Role Based Access Control - Roles
[Test-role]
vlan2
allow any both any
Configuration - External Authentication - Servers
[Radius_auth]:
Accounting server: Radius_acc
ip: 192.168.4.1
port: 1812
Secret: ******
Authentication: Test-role
Configuration - External Authentication - Accounting
[Radius_acc]:
Enable: true
ip: 192.168.4.1
port: 1813
Secret: ******
Configuration - Wireless - SSIDs
[Test]:
Authentication: WPA2
Cipher: AES-CCM
RADIUS: Radius_auth
Configuration - Wireless - AP Templates
[default]:
2.4 Ghz
SSIDs Test
interfaces:
ADTRAN controller
ge-0/0/5 {
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ vlan2 ];
}
native-vlan-id 4;
}
}
}
ADTRAN BSAP
ge-0/0/7 {
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ vlan2 ];
}
native-vlan-id 4;
}
}
}
RADIUS
ge-0/0/8 {
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ vlan2, vlan4, vlanLAN ];
}
}
}
}
For testing i am set mirroring on ports and filter udp ports 1812 and 1813 (wireshark).
1812 exist, 1813 not exist at all.
Please help.