Please enable JavaScript.
Coggle requires JavaScript to display documents.
Configuration change Layer - Coggle Diagram
Configuration change Layer
Golden Configuration
Seed NI - parse the section of configuration (EX: ACL or QOS)
ACL(CURRENT) != ACL(GDT TABLE)
YES
Device Current ACL has changed from Golden configuration, Please validate
NO
Device Current ACL has NOT changed from Golden configuration
Configuration Drift
Seed NI - parse the section of configuration (EX: Prefix-list) on neighbors
PREFIX_DEVICE_A(CURRENT) != PREFIX_DEVICE_B(CURRENT)
YES
Prefix list INTERNET on DEV_A is NOT same as DEV_B, Please validate
NO
Prefix list INTERNET on DEV_A is same as DEV_B
Golden Rule
Seed NI - parse the section of configuration (EX: DHCP Helper IP)
DHCPIP(CURRENT) != DHCPIP(GDT TABLE)
YES
On Device, DHCP Helper IPs are not as per Golden Rule, Please validate
NO
On Device, DHCP Helper IPs are as per Golden Rule
What's changed
Seed NI - parse the configuration
CONF(CURRENT) != CONF(BASELINE)
YES
Device Configuration has changed, Please validate
NO
Device Configuration has NOT changed