How To – Backup Check Point SPLAT Routing and Interface Information

A quick post showing how to save the routing and interface information from your Check Point Management Servers and Gateways running on the Secure Platform OS. Simply SSH onto the box and enter netstat -rn > routes.txt ifconfig > ifconfig.txt Copy the 2 txt files off the box and then also grab a copy of /etc/sysconfig/netconf.C […]

Check Point SecurePlatform CLI reference

To save me time searching for commonly used commands for administering Check Point SecurePlatform (SPLAT) based boxes, I’ve started to put together a list of them here:   General: chsh -s /bin/bash username – ensures that user “username” is dropped automatically into Expert Mode when logging in through the console fw ctl pstat (displays data […]

CCNP SWITCH Study Notes – Random Extras

This post is a collection of other random information, config examples etc. that I’ve cobbled together in preparation for the SWITCH exam: AAA TACACS+ config enable AAA gloablly on the switch switch# conf t switch# (config) aaa new-model configure the switch with the IP of the TACACS+ server switch(config)# tacacs-server host 10.10.10.150 configure the encryption used […]

CCNP Study Notes – Enterprise Campus Network Design

Hierarchical Network Design predictable behavior low maintenance high availability recover from failure and topology changes in a pre-determined manner scale to support future expansion and upgrades design around traffic flows rather than a particular type of traffic keep end users at consistent distances from resources cisco approach enables designers to organize the network into distinct […]

CCNP Study Notes – Protecting The Spanning Tree Protocol Topology

Protecting The Spanning Tree Protocol Topology   There are 2 conditions that can occur to disrupt the loop free topology even when STP is running: BPDU’s suddenly being received on a port that shouldn’t be receiving them – can result in unexpected re-convergence results BPDU’s suddenly stop being received on a port that should be receiving them […]