·bgp routing protocol
</>

bgp routing protocol

This skill should be used when the user asks to "configure BGP", "manipulate BGP path selection", "implement BGP confederations", "configure route reflectors", "use BGP communities", or "troubleshoot BGP routing". It provides comprehensive BGP configuration and path manipulation techniques.

5Installs·0Trend·@zebbern

Installation

$npx skills add https://github.com/zebbern/secops-cli-guides --skill bgp routing protocol

How to Install bgp routing protocol

Quickly install bgp routing protocol AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/zebbern/secops-cli-guides --skill bgp routing protocol
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: zebbern/secops-cli-guides.

SKILL.md

View raw

Master Border Gateway Protocol (BGP) configuration and path manipulation for enterprise and ISP networks. This skill covers BGP peering, attribute manipulation, confederations, route reflectors, communities, and advanced path control techniques essential for network engineers and penetration testers analyzing routing infrastructure.

| 1 | Weight | Highest | | 2 | Local Preference | Highest | | 3 | Locally Originated | Prefer local | | 4 | AS-Path Length | Shortest | | 5 | Origin | IGP < EGP < Incomplete | | 6 | MED | Lowest | | 7 | eBGP over iBGP | Prefer eBGP | | 8 | IGP Metric | Lowest | | 9 | Router ID | Lowest |

| Weight | Local router | route-map set weight | | Local-Pref | Within AS | route-map set local-preference | | AS-Path | Global | route-map set as-path prepend | | MED | Between ASes | route-map set metric | | Origin | Global | route-map set origin |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/zebbern/secops-cli-guides --skill bgp routing protocol
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from zebbern/secops-cli-guides

Quick answers

What is bgp routing protocol?

This skill should be used when the user asks to "configure BGP", "manipulate BGP path selection", "implement BGP confederations", "configure route reflectors", "use BGP communities", or "troubleshoot BGP routing". It provides comprehensive BGP configuration and path manipulation techniques. Source: zebbern/secops-cli-guides.

How do I install bgp routing protocol?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zebbern/secops-cli-guides --skill bgp routing protocol Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/zebbern/secops-cli-guides