session 1 bgp聚合
r2(config-router)#aggregate-address 100.1.1.0 255.255.255.0 ?
直接聚合
advertise-map set condition to advertise attribute
只對advertise-map列表中匹配的路由進行聚合
as-set
generate as set path information
聚合路由繼承明細路由屬性
attribute-map set attributes of aggregate
屬性列表等於route-map
nlri
route-map
set parameters of aggregate
屬性列表等於attribute-map
summary-only filter more specific routes from updates
抑制所有明細路由,只發彙總路由
suppress-map conditionally filter more specific routes from updates
抑制明細路由列表
各種列表都是使用route-map定義的匹配項。
session 2 bgp的預設路由
一、重分布預設路由
r2(config-router)#default-information originate
重分布預設路由時候才會起作用,因為在bgp中預設路由不能使用network宣告進bgp的,必須使用這條命令才能進入bgp
二、針對某個鄰居傳送預設路由
r2(config-router)#neighbor 1.1.1.1 default-originate
對鄰居傳送預設路由,本地路由不需要有預設路由
r2(config-router)#neighbor 1.1.1.1 default-originate route-map x
這裡的route-map含義是,當route-map中定義的路由(rib中的任意一條,無論是否為bgp)存在的話,才想鄰居1.1.1.1傳送預設路由
session 3 bgp條件宣告路由一、
r2(config-router)#neighbor 1.1.1.1 advertise-map aaa exist-map bbb
當bbb裡面的路由存在,才向鄰居宣告aaa裡面的路由,只影響bgp路由。 二、
r2(config-router)#neighbor 1.1.1.1 advertise-map aaa non-exist-map ccc
如果ccc裡面的路由不存在的話,那麼就向鄰居宣告aaa裡面匹配的路由,只影響bgp路由。
Layer3 BGP 6 BGP路由社團屬性
session 1 bgp的社團屬性community 一 社團屬性community 社團 共享相同特性的字首 路由 作用 1 過濾路由 公有 私有屬性 2 給路由打標籤 方向 支援雙向的,in out 公有community 在rfc1997中定義範圍在0xffff0000 0xffffffff...
複習iOS動畫 layer 3
1.masktobounds 為yes時,sublayer border 全部都被clip了,要同時實現shadow,需要包乙個layer 2.shodowoffset,左上角為原點。core animation在計算陰影時會根據內容形狀產生,為了效能考慮,可以使用shadowpath 3.laye...
Angr例項分析 layer7 onlyone
本部落格由閒散白帽子 胖胖鵬鵬胖胖鵬 這周我們依舊繼續進行angr的例項解析,我在使用angr的過程中,發現了需要hook函式的地方,就看了下angr doc中提供的幾種用法。這裡layer7 onlyone為例,簡單介紹下使用hook的正確姿勢。本文涉及的ctf題目及相關的求解 在這 首先是開啟軟...