Palo Alto Networks : Implementing Conditional Advertising in BGP

Palo Alto networks have an interesting feature in their BGP module called "Conditional Adv" - this is found in the Network > Virtual Routers > default > BGP > Conditional Adv tab of the GUI. There are no concrete examples in their KB of how to implement this, so here is a rundown of why and … Continue reading Palo Alto Networks : Implementing Conditional Advertising in BGP

Nugget Post : resetting a cisco nexus switch

Cisco nexus factory reset procedure:   1. Clear configuration by running: write erase [boot | debug] Syntax description: boot(Optional) Erases only the boot variable and mgmt0 interface configuration. debug(Optional) Erases only the debug configuration. Example: switch(config-if)# write erase Warning: This command will erase the startup-configuration. Do you wish to proceed anyway? (y/n) [n] y 2. … Continue reading Nugget Post : resetting a cisco nexus switch