Hierarchical Design Model – Core – distribution – access layer
- No Comments
- May, 08, 2013
- Angelo Schalley
- Cisco, Networking
A hierarchical network design includes the following three layers:
- The backbone (core) layer that provides optimal transport between sites
- The distribution layer that provides policy-based connectivity
- The local-access layer that provides workgroup/user access to the network
Read more on Hierarchical Design Model – Core – distribution – access layer…
change reserved vlan’s nexus 5000/7000
- No Comments
- Apr, 03, 2013
- Angelo Schalley
- Cisco, Networking
Changing the Range of Reserved VLANs
Read more on change reserved vlan’s nexus 5000/7000…
Dead Connection Detection DCD Cisco ASA
- No Comments
- Feb, 04, 2013
- Angelo Schalley
- Cisco, MS SQL, MySQL, Networking, security
sh runn timeout (check default timeout settings)
access-list oracle-1521 permit tcp host 10.26.x.x host 10.25.x.x (or make the access-list specific for a certain protocol)
class-map oracle-1521
match access-list oracle-1521
exit
policy-map global_policy
class oracle-1521
set connection timeout tcp 0:0:0 reset (setting no timeout for the specific access-list, DCD will determine with probes if the session needs to be torn down)
Read more on Dead Connection Detection DCD Cisco ASA…