SlideShare a Scribd company logo
Network Configuration Manager Training - [Season 7] Part 1 - Configuration backup & disaster recovery
Welcome to free Network Configuration Manager training session
Trainer
Hemalakshmi
Product Expert
ITOM - Network Configuration Manager
Training schedule
Week Module Date Schedule Status
1st Configuration backup and Disaster
recovery
Mar 12th 11.30 am EDT In progress
2nd Configlets, compliance, RBAC, and
reports
Mar 19th 11:30am EDT Upcoming
https://www.manageengine.com/itom/free-training/network-configuration-
manager.html
Configuration backup & Disaster recovery
Part 1
Why is a tool needed for configuration
management?
Minimize configuration errors
Detect changes in real time
Roll back to trusted configuration
Stay compliant to your policies and standards
Streamline the maintenance process
What does NCM do?
Network
Configuratio
n Manager
Configuration
rollback
Configuration
comparison
Real time
change detection
Change review
and approval
mechanism
Remote firmware
upgrade
Job
scheduling
User based
access
Policy compliance
verification
Agenda
• Requirements for installing Network Configuration Manager
• Device discovery & templates
• Credentials
• Configuration backups & upload
• Real-time change detection & change management
• Disaster recovery
2 GHz dual-core
processor
4 GB RAM 10 GB storage • PostgreSQL
• MSSQL
Windows/Linux
The above given specifications are for an environment with 50 devices. Refer: System requirements
Prerequisites - Minimum System requirement
Pre-requisites - Ports & Protocols
Protocols:
SSH, SCP, TFTP
Ports:
69 – TFTP | 22 – SSH/SCP | 514 – Syslog
13306 – Postgres database | HTTP-(80)
Device discovery
SNMP Request
SysOID
SNMP Profile
V1, V2, V3
NCM
Discovery
Add device & associate with
corresponding device template
Match received
SysOID with
default/custom
SysOID
Match found
Match not
foundDevice not
added
Device discovery
SNMP Discovery
-IP Address
- IP range
- CSV file import
Manual Addition
- IP Address/Hostname
- Vendor
- Device template
- CSV File import
Format: <Hostname/ IP Address>,<Device Template>, <Name>,<Series>,<Model>
‘Device is not responding for SNMP requests’
Common causes:
The device is reachable yet not
responding:
- Incorrect SNMP read community
- Disabled SNMP in the device
Possible error :
‘Device not added’
Common causes :
Device reachable & SNMP community is correct but still device is not
getting added:
1. Device SysOID not mapped with any device template
Fix : Add sysOID to device template at SysOID finder in settings.
Possible error :
2. No default device template is available in NCM for the particular device
type
Fix : Add/clone new device template.
or Contact NCM support
Device template
What are device templates and what are they used for?
Device specific configuration commands :
• Configuration backup
• Configuration upload
• Enable/disable syslog change
detection
• Fetching hardware information
Backup credential
Possible combinations of protocol for backup :
• SSH
• TELNET
• SSH - TFTP
• TELNET - TFTP
• SSH - SCP
• SNMP - TFTP
SSH / TELNET
SSH / TELNET
Device
configuration
Encrypted
configuration
stored in
database
Config
backup
commandsNCM
SSH - SCP
SCP
Server
Config backup
commands
Config file transfer
using SCP
Encrypted
configuration file
stored in DB
NCM
SSH - SCP
SSH/TELNET - TFTP
TFTP
Server
Config backup
commands
Config file transfer
using TFTP
Encrypted
configuration file
stored in DB
NCM
SSH/TELNET -
TFTP
SNMP - TFTP
SNMP Request for
config backup
Configuration
file transfer
using TFTP
TFTP
Server
Encrypted
configuration file
stored in DB
NCM
How to provide credentials?
Refer: https://download.manageengine.com/network-configuration-manager/Device-Expert-Credentials-Tutorial.pdf
When password &
enable password
is configured :
Directly going to
enable mode :
admin
#
3Com router
:
manager
Credentials are valid but
file transfer is failed
Common cause :
1. TFTP or SCP servers have not been
started.
Fix : Check running status of TFTP or SCP
servers in NCM server settings. (69 & 22)
2. Timeout due to config file size
Fix : Increase backup timeout value in the
corresponding device template.
Possible error :
Configuration backup
• Instant (Single & Bulk)
• Real-time change detection
• Scheduled
Real-time change detection
Configuration
change made
Configuration backup
How does it
work?
We don’t support Enable Change Detection for
this device.
Common cause:
NCM doesn’t support syslog for the
particular model.
Fix : Enable syslog by connecting to
the device and executing the enable
syslog commands manually.
or
Contact NCM support.
Possible error:
Change detection is enabled but change is not
detected
Common cause :
When the device & NCM support syslog,
- Mismatched ports
- Check NCM syslog server running status in NCM server settings
Possible error:
Scheduled backup
• Routine everyday backups
• Monthly / Weekly / Daily / Hourly / Once
Schedule failure
Common causes:
Particular device credentials incorrect.
Backup failure
Common causes:
1. Credentials are changed or invalid.
2. Ports blocked or TFTP/SCP server not started
• Check port 69 & 22 (TFTP & SCP) in NCM server settings
3. Huge config file
• Fix: Change the timeout settings in the corresponding device template.
4. Unsupported backup commands
• Edit the commands in device template or create a new device template
by cloning the closest template.
Change management
• Change tracking, versioning & history
• Compare configurations
Change tracking, versioning, & history
• View all changes made in a device
• Automatic configuration versioning
• Know the who, when & what of each change
• Know the historical change trend of a device
• View the number of modified, deleted & added config lines
Compare configurations
• Compare different versions of same device
• Compare different devices configurations
• View colour coded differences: added, modified
& deleted
Disaster recovery
What’s a disaster in networks?
• A network outage
• A security breach
• Performance degradation of
business critical services and
applications
How to be prepared?
• Baseline configuration
• Startup/running sync
• Change notification & rollback
• Export configuration | Upload draft
Baseline configuration
• What is it?
• Why is it important?
• How to use it in times of disaster?
‘We don’t support upload feature for this device’
Common causes:
• TELNET/SSH protocol doesn’t support upload
• Fix: Edit the credential and Change the protocol from SSH,
TELNET to SSH - TFTP, SSH - SCP , TELNET -TFTP depending the
devices.
• When SCP/TFTP protocol is used:
• Device vendor supports but NCM device template
doesn’t have upload commands for the specific
device.
• Fix: Clone/create a new device template with
suitable SCP/TFTP commands or Contact NCM
support
Possible error:
Startup/running sync
• Why is it important?
• Loss of changes made in running
configuration during device
reboot
• How NCM helps?
• Detects conflict
• Sync configurations
‘Upload failure’
Common causes :
1. Command timeout
Fix: Change timeout in device template command settings for the
device type.
2. Based on the protocol, check the running status of TFTP & SCP servers in
Server Settings.
Possible error:
‘Change happens, but startup-running conflict is not
detected by NCM in real-time.’
Common cause :
Disabled real-time change detection.
Fix :
- Enable change detection if syslog is supported.
- If syslog is not supported, the startup-running conflict will be
detected and reported after the next successful schedule backup or
manual backup operation.
Possible error:
Change notification & roll back
Configure change notifications
• Email
• SNMP Trap for change event
• Trouble ticket
• Generate syslog message for change event
Roll back
To previous version
To baseline version
Associate notification profile to devices/device groups.
Export config
• Readable format
• Local/shared storage
• Schedule
Questions?

More Related Content

PPTX
Network Configuration Manager Training - [Season 4] Part 1 - Configuration ba...
PPTX
Free OpManager training Part 2 Monitoring Server Performance- season#3
PPTX
Free training on Network Configuration Manager - Season 2 - Part 2
PPTX
Free OpManager training Part 2- Monitoring Server Performance
PPTX
Free OpManager training Part3- Network performance monitoring
PPTX
Free OpManager training Part1- Discovery and classification
ODP
Nagios Conference 2011 - Mike Guthrie - Distributed Monitoring With Nagios
PPTX
Upgrading from CFEngine2 to CFEngine3 - Webinar Slides
Network Configuration Manager Training - [Season 4] Part 1 - Configuration ba...
Free OpManager training Part 2 Monitoring Server Performance- season#3
Free training on Network Configuration Manager - Season 2 - Part 2
Free OpManager training Part 2- Monitoring Server Performance
Free OpManager training Part3- Network performance monitoring
Free OpManager training Part1- Discovery and classification
Nagios Conference 2011 - Mike Guthrie - Distributed Monitoring With Nagios
Upgrading from CFEngine2 to CFEngine3 - Webinar Slides

What's hot (20)

PDF
Upgrading Your System: A Telco User Perspectiv
PDF
Nagios Conference 2012 - Scott Wilkerson - Passive Monitoring Solutions For R...
PPTX
Process control daemon
PDF
XPDDS18: Xen Testing at Intel - Xudong Hao, Intel
PPTX
Nagios Conference 2014 - Jim Prins - Passive Monitoring with Nagios
PDF
Nagios Conference 2011 - Mike Weber - Training: Reducing Nagios Server Load ...
PPTX
System performance monitoring pcp + vector
PPTX
Server Hardening Primer - Eric Vanderburg - JURINNOV
PPTX
Apache Cloudstack QA Strategy
PPT
TI TechDays 2010: swiftBoot
PPT
Inside Dolphin Test Infrastructure
PPTX
[CB16] COFI break – Breaking exploits with Processor trace and Practical cont...
PPTX
Your Inner Sysadmin - Tutorial (SunshinePHP 2015)
PDF
CNIT 152: 6. Scope & 7. Live Data Collection
PDF
Netflix SRE perf meetup_slides
PPT
Nagios Conference 2012 - Mike Guthrie - Nagios Fusion 2012
PDF
Got Problems? Let's Do a Health Check
PDF
BP103 - Got Problems? Let's Do a Health Check
PPTX
Intel processor trace - What are Recorded?
PPTX
Remote core locking-Andrea Lombardo
Upgrading Your System: A Telco User Perspectiv
Nagios Conference 2012 - Scott Wilkerson - Passive Monitoring Solutions For R...
Process control daemon
XPDDS18: Xen Testing at Intel - Xudong Hao, Intel
Nagios Conference 2014 - Jim Prins - Passive Monitoring with Nagios
Nagios Conference 2011 - Mike Weber - Training: Reducing Nagios Server Load ...
System performance monitoring pcp + vector
Server Hardening Primer - Eric Vanderburg - JURINNOV
Apache Cloudstack QA Strategy
TI TechDays 2010: swiftBoot
Inside Dolphin Test Infrastructure
[CB16] COFI break – Breaking exploits with Processor trace and Practical cont...
Your Inner Sysadmin - Tutorial (SunshinePHP 2015)
CNIT 152: 6. Scope & 7. Live Data Collection
Netflix SRE perf meetup_slides
Nagios Conference 2012 - Mike Guthrie - Nagios Fusion 2012
Got Problems? Let's Do a Health Check
BP103 - Got Problems? Let's Do a Health Check
Intel processor trace - What are Recorded?
Remote core locking-Andrea Lombardo
Ad

Similar to Network Configuration Manager Training - [Season 7] Part 1 - Configuration backup & disaster recovery (20)

PPTX
Free training on NCM - Discovery & Disaster recovery
PPTX
NCM Training - Part 1- Season 2 - Configuration backup & disaster recovery.
PPTX
Overview and features of NCM
PPTX
NCM Training - Part 2 - Automation, Notification, Compliance and Reports
PPTX
Configlets, compliance, RBAC & reports - Network Configuration Manager
PPT
Training netbackup6x2
PPTX
Understanding firewall-policies-their-effectiveness-in-defending-against-netw...
PPTX
Network Configuration Management - Mumbai Seminar
PDF
Itsummit2015 blizzard
PDF
Uvm presentation dac2011_final
PDF
KoprowskiT_SQLSatMoscow_2AMaDisaterJustBegan
PDF
Training Slides: Basics 107: Simple Tungsten Replicator Installation to Extra...
PDF
Managing bitlocker with MBAM
PPTX
System adminstration Workstations work.pptx
PPTX
Ncm Middle East Workshop
PDF
Puppet Camp Seattle 2014: Keynote
PDF
Puppet Camp Atlanta 2014: Keynote
PPT
Positive Hack Days. Pavlov. Network Infrastructure Security Assessment
PDF
Training Slides: 201 - Intermediate - Tungsten Cluster Maintenance
PPT
Considerations when implementing_ha_in_dmf
Free training on NCM - Discovery & Disaster recovery
NCM Training - Part 1- Season 2 - Configuration backup & disaster recovery.
Overview and features of NCM
NCM Training - Part 2 - Automation, Notification, Compliance and Reports
Configlets, compliance, RBAC & reports - Network Configuration Manager
Training netbackup6x2
Understanding firewall-policies-their-effectiveness-in-defending-against-netw...
Network Configuration Management - Mumbai Seminar
Itsummit2015 blizzard
Uvm presentation dac2011_final
KoprowskiT_SQLSatMoscow_2AMaDisaterJustBegan
Training Slides: Basics 107: Simple Tungsten Replicator Installation to Extra...
Managing bitlocker with MBAM
System adminstration Workstations work.pptx
Ncm Middle East Workshop
Puppet Camp Seattle 2014: Keynote
Puppet Camp Atlanta 2014: Keynote
Positive Hack Days. Pavlov. Network Infrastructure Security Assessment
Training Slides: 201 - Intermediate - Tungsten Cluster Maintenance
Considerations when implementing_ha_in_dmf
Ad

More from ManageEngine, Zoho Corporation (20)

PPTX
Create seamless customer experiences
PDF
From web interface to database: Monitor what matters
PDF
NetFlow Analyzer Free Training Series Part I - May 2020
PDF
Overcome real-time server and VM monitoring challenges
PPTX
Modernizing Cloud and Hyperconverged Infrastructure monitoring
PPTX
Deliver seamless digital experience
PDF
Free NetFlow Analyzer training Season 1 Part 2 - Feb 2020
PPTX
From web interface to the database:Monitor all that matters
PDF
NetFlow Analyzer Training Season 1 Part 1 - Feb 2020 - EST
PDF
NetFlow Analyzer Training Season 1 Part 1 - Feb 2020 - GMT
PDF
NetFlow Analyzer Product Overview
PPTX
Monitoring cloud applications and hyperconverged infrastructure
PPTX
Building the right website monitoring strategy
PPTX
Unlock the value of your big data infrastructure
PPTX
Key to optimal end user experience
PPTX
Monitoring cloud applications and containers
PPTX
implementing the right website monitoring strategy
PPTX
Big data and non relational database
PPTX
Visibility-from web application interface to the database
PPTX
Free OpManager training Part 4 - Monitoring Network Performance and Network Maps
Create seamless customer experiences
From web interface to database: Monitor what matters
NetFlow Analyzer Free Training Series Part I - May 2020
Overcome real-time server and VM monitoring challenges
Modernizing Cloud and Hyperconverged Infrastructure monitoring
Deliver seamless digital experience
Free NetFlow Analyzer training Season 1 Part 2 - Feb 2020
From web interface to the database:Monitor all that matters
NetFlow Analyzer Training Season 1 Part 1 - Feb 2020 - EST
NetFlow Analyzer Training Season 1 Part 1 - Feb 2020 - GMT
NetFlow Analyzer Product Overview
Monitoring cloud applications and hyperconverged infrastructure
Building the right website monitoring strategy
Unlock the value of your big data infrastructure
Key to optimal end user experience
Monitoring cloud applications and containers
implementing the right website monitoring strategy
Big data and non relational database
Visibility-from web application interface to the database
Free OpManager training Part 4 - Monitoring Network Performance and Network Maps

Recently uploaded (20)

PPTX
A Presentation on Artificial Intelligence
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Getting Started with Data Integration: FME Form 101
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
1. Introduction to Computer Programming.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Electronic commerce courselecture one. Pdf
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PPT
Teaching material agriculture food technology
PPTX
Tartificialntelligence_presentation.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
A Presentation on Artificial Intelligence
Unlocking AI with Model Context Protocol (MCP)
Getting Started with Data Integration: FME Form 101
gpt5_lecture_notes_comprehensive_20250812015547.pdf
1. Introduction to Computer Programming.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
20250228 LYD VKU AI Blended-Learning.pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Electronic commerce courselecture one. Pdf
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Teaching material agriculture food technology
Tartificialntelligence_presentation.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Big Data Technologies - Introduction.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
MYSQL Presentation for SQL database connectivity
Dropbox Q2 2025 Financial Results & Investor Presentation
Spectral efficient network and resource selection model in 5G networks
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Assigned Numbers - 2025 - Bluetooth® Document

Network Configuration Manager Training - [Season 7] Part 1 - Configuration backup & disaster recovery

  • 2. Welcome to free Network Configuration Manager training session
  • 3. Trainer Hemalakshmi Product Expert ITOM - Network Configuration Manager
  • 4. Training schedule Week Module Date Schedule Status 1st Configuration backup and Disaster recovery Mar 12th 11.30 am EDT In progress 2nd Configlets, compliance, RBAC, and reports Mar 19th 11:30am EDT Upcoming https://www.manageengine.com/itom/free-training/network-configuration- manager.html
  • 5. Configuration backup & Disaster recovery Part 1
  • 6. Why is a tool needed for configuration management? Minimize configuration errors Detect changes in real time Roll back to trusted configuration Stay compliant to your policies and standards Streamline the maintenance process
  • 7. What does NCM do? Network Configuratio n Manager Configuration rollback Configuration comparison Real time change detection Change review and approval mechanism Remote firmware upgrade Job scheduling User based access Policy compliance verification
  • 8. Agenda • Requirements for installing Network Configuration Manager • Device discovery & templates • Credentials • Configuration backups & upload • Real-time change detection & change management • Disaster recovery
  • 9. 2 GHz dual-core processor 4 GB RAM 10 GB storage • PostgreSQL • MSSQL Windows/Linux The above given specifications are for an environment with 50 devices. Refer: System requirements Prerequisites - Minimum System requirement
  • 10. Pre-requisites - Ports & Protocols Protocols: SSH, SCP, TFTP Ports: 69 – TFTP | 22 – SSH/SCP | 514 – Syslog 13306 – Postgres database | HTTP-(80)
  • 11. Device discovery SNMP Request SysOID SNMP Profile V1, V2, V3 NCM Discovery Add device & associate with corresponding device template Match received SysOID with default/custom SysOID Match found Match not foundDevice not added
  • 12. Device discovery SNMP Discovery -IP Address - IP range - CSV file import Manual Addition - IP Address/Hostname - Vendor - Device template - CSV File import Format: <Hostname/ IP Address>,<Device Template>, <Name>,<Series>,<Model>
  • 13. ‘Device is not responding for SNMP requests’ Common causes: The device is reachable yet not responding: - Incorrect SNMP read community - Disabled SNMP in the device Possible error :
  • 14. ‘Device not added’ Common causes : Device reachable & SNMP community is correct but still device is not getting added: 1. Device SysOID not mapped with any device template Fix : Add sysOID to device template at SysOID finder in settings. Possible error : 2. No default device template is available in NCM for the particular device type Fix : Add/clone new device template. or Contact NCM support
  • 15. Device template What are device templates and what are they used for? Device specific configuration commands : • Configuration backup • Configuration upload • Enable/disable syslog change detection • Fetching hardware information
  • 16. Backup credential Possible combinations of protocol for backup : • SSH • TELNET • SSH - TFTP • TELNET - TFTP • SSH - SCP • SNMP - TFTP
  • 17. SSH / TELNET SSH / TELNET Device configuration Encrypted configuration stored in database Config backup commandsNCM
  • 18. SSH - SCP SCP Server Config backup commands Config file transfer using SCP Encrypted configuration file stored in DB NCM SSH - SCP
  • 19. SSH/TELNET - TFTP TFTP Server Config backup commands Config file transfer using TFTP Encrypted configuration file stored in DB NCM SSH/TELNET - TFTP
  • 20. SNMP - TFTP SNMP Request for config backup Configuration file transfer using TFTP TFTP Server Encrypted configuration file stored in DB NCM
  • 21. How to provide credentials? Refer: https://download.manageengine.com/network-configuration-manager/Device-Expert-Credentials-Tutorial.pdf
  • 22. When password & enable password is configured :
  • 23. Directly going to enable mode : admin #
  • 25. Credentials are valid but file transfer is failed Common cause : 1. TFTP or SCP servers have not been started. Fix : Check running status of TFTP or SCP servers in NCM server settings. (69 & 22) 2. Timeout due to config file size Fix : Increase backup timeout value in the corresponding device template. Possible error :
  • 26. Configuration backup • Instant (Single & Bulk) • Real-time change detection • Scheduled
  • 29. We don’t support Enable Change Detection for this device. Common cause: NCM doesn’t support syslog for the particular model. Fix : Enable syslog by connecting to the device and executing the enable syslog commands manually. or Contact NCM support. Possible error:
  • 30. Change detection is enabled but change is not detected Common cause : When the device & NCM support syslog, - Mismatched ports - Check NCM syslog server running status in NCM server settings Possible error:
  • 31. Scheduled backup • Routine everyday backups • Monthly / Weekly / Daily / Hourly / Once
  • 32. Schedule failure Common causes: Particular device credentials incorrect.
  • 33. Backup failure Common causes: 1. Credentials are changed or invalid. 2. Ports blocked or TFTP/SCP server not started • Check port 69 & 22 (TFTP & SCP) in NCM server settings 3. Huge config file • Fix: Change the timeout settings in the corresponding device template. 4. Unsupported backup commands • Edit the commands in device template or create a new device template by cloning the closest template.
  • 34. Change management • Change tracking, versioning & history • Compare configurations
  • 35. Change tracking, versioning, & history • View all changes made in a device • Automatic configuration versioning • Know the who, when & what of each change • Know the historical change trend of a device • View the number of modified, deleted & added config lines
  • 36. Compare configurations • Compare different versions of same device • Compare different devices configurations • View colour coded differences: added, modified & deleted
  • 37. Disaster recovery What’s a disaster in networks? • A network outage • A security breach • Performance degradation of business critical services and applications
  • 38. How to be prepared? • Baseline configuration • Startup/running sync • Change notification & rollback • Export configuration | Upload draft
  • 39. Baseline configuration • What is it? • Why is it important? • How to use it in times of disaster?
  • 40. ‘We don’t support upload feature for this device’ Common causes: • TELNET/SSH protocol doesn’t support upload • Fix: Edit the credential and Change the protocol from SSH, TELNET to SSH - TFTP, SSH - SCP , TELNET -TFTP depending the devices. • When SCP/TFTP protocol is used: • Device vendor supports but NCM device template doesn’t have upload commands for the specific device. • Fix: Clone/create a new device template with suitable SCP/TFTP commands or Contact NCM support Possible error:
  • 41. Startup/running sync • Why is it important? • Loss of changes made in running configuration during device reboot • How NCM helps? • Detects conflict • Sync configurations
  • 42. ‘Upload failure’ Common causes : 1. Command timeout Fix: Change timeout in device template command settings for the device type. 2. Based on the protocol, check the running status of TFTP & SCP servers in Server Settings. Possible error:
  • 43. ‘Change happens, but startup-running conflict is not detected by NCM in real-time.’ Common cause : Disabled real-time change detection. Fix : - Enable change detection if syslog is supported. - If syslog is not supported, the startup-running conflict will be detected and reported after the next successful schedule backup or manual backup operation. Possible error:
  • 44. Change notification & roll back Configure change notifications • Email • SNMP Trap for change event • Trouble ticket • Generate syslog message for change event Roll back To previous version To baseline version Associate notification profile to devices/device groups.
  • 45. Export config • Readable format • Local/shared storage • Schedule