1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【忘備録】CCIE勉強メモ_20250904

1
Posted at

めでたく勉強初めて(たぶん)一ヶ月だった。
次は一ヶ月と1日を目指して頑張ろう。

参考資料・時間

資料:
CCIE Enterprise Infrastructure Foundation lab
BGP lab 2

勉強時間:
約2.5時間

学習内容

BGPの基礎にあたる部分。
調べてすぐわかる点は書かない方針なので特筆する点はない。

次はBGP Templateか。
調査中の点だけでも記載。

R1(config)router bgp 100
R1(config-router)#template ?
  peer-policy   Template configuration for policy parameters
  peer-session  Template configuration for session parameters

peer-policyが個別寄りの設定
peer-session共通設定なのかな?

テンプレートは継承が可能。なので大枠のテンプレをまず作成し、個別にカスタマイズしたりして便利なのかな。

適用は

neighbor 1.1.1.1 inherit [peer-group|peer-session] テンプレート名

っぽい。実際明日やってみよう。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?