-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathexercise_2.txt
10 lines (7 loc) · 1.96 KB
/
exercise_2.txt
1
2
3
4
5
6
7
8
9
10
1. Management Design
The network is managed primarily using NETCONF and Simple Network Management Protocol (SNMP). The servers that use these protocols are located in the east coast data center and are secured behind a pair of mutually supporting security appliances. The security appliances operate at layer-3 and exchange IP routes (via OSPF) with the upstream aggregation routers. These devices have an integrated Intrusion Prevention System (IPS) which downloads updated signatures every 15 days in accordance with our Information Assurance (IA) policy. For human driven troubleshooting and advanced analysis, SSH access is also enabled on all devices with read-only access for operators.
2. IP Routing Design
Open Shortest Past First (OSPF) is the routing protocol of choice for the enterprise network. The environment uses a flat OSPF area 0 design on all links for simplicity. NETCONF is used for configuration management and synchronous operational data collection while SNMP transmits event-driven messaging to a central collector (asynchronous). Because this network does not have an out-of-band management network, both NETCONF and SNMP require a stable OSPF topology to perform their function. The Internet edge routers originate default routes for IPv4 and IPv6 to reduce routing table size and speed up network convergence in the campus network.
3. Security Design
The security appliances are connected together using a dedicated cable for high-availability. This ensures that if one device fails, the other continues to operate normally. Because these devices are located in the data center, they are directly connected to the management LAN and thus do not require OSPF routing for device management. OSPF is secured using cryptographic authentication to prevent unauthorized devices from joining the topology. These cryptographic keys are rotated every 180 days; this is an automated process centrally managed using NETCONF.
Copyright 2024 Nicholas Russo. All rights reserved.