-
Notifications
You must be signed in to change notification settings - Fork 97
Vlanmap file
AetherEternity edited this page May 27, 2019
·
4 revisions
Vlanmap file describes the level of trust/criticality of the switch's VLANs.
How to calculate level of trust/criticality: its depends on location, availability of firewalls in the network, version of the iOS device, if it is customers network or managment vlan. The critical area should have high security settings while the trusted area should not
A JSON file with vlan numbers, supports ranges like "15-20" (inclusive)
{
"dmz": [1,5,7],
"management": [3,"15-20",2,4],
"other": [8,9,10]
}
Vlans that are existing in configs, but not mentioned in Vlanmap are assigned to "others" by default