Technical Tip: Using the Custom Ignored Adapters List
Description
Scope
Versions: FortiNAC 8.x, 9.x, F7.x.
Solution
- Log into the appliance CLI as root for Cent-OS and admin for FortiNAC-OS.
- FortiNAC-OS CLI: Type execute enter-shell.
- Navigate to the /bsc/campusMgr/master_loader/vendorCodes directory.
- If not already created, create file ignoredAdaptersCustom.txt.
- Modify the file to add the desired address or OUI.
echo "<OUI or MAC address using colons and capital letters>" >> /bsc/campusMgr/master_loader/vendorCodes/ignoredAdaptersCustom.txt
Example:
echo "00:15:5D" >> /bsc/campusMgr/master_loader/vendorCodes/ignoredAdaptersCustom.txt
echo "00:05:9A:3C:78:00" >> /bsc/campusMgr/master_loader/vendorCodes/ignoredAdaptersCustom.txt
Example:
# This file has all known virtual MACs with the same address on every host.
# Cisco VPN
00:05:9A:3C:78:00
00:05:9A:3C:7A:00
# Cisco Systems SSL VPN Adapter - Packet Scheduler Miniport
00:05:9A:3C:79:00
# Check Point
54:25:6D:74:E1:0F
- It is only possible to add specific addresses. Vendor OUI is not an option.
- The file is located at /bsc/campusMgr/master_loader/vendorCodes/ignoredAdapters.txt.
- When upgrading from an appliance version before 7.1, the ignoredAdapters.txt file will be overwritten. To preserve the ignoredAdapters.txt file, save the file to a different location before upgrading, and replace the file created upon upgrade with the original file. When upgrading from version 7.1 and above, the ignoredAdaptersCustom.txt file will not be overwritten.
Related article:
Technical Note: Hosts with Persistent Agent and virtual adapters are unexpectedly isolated
