例如ip as-path-filter 1 permit 495就定义了一个AS_Path过滤器1,使用的正则表达式是495,这个表达式的含义是匹配任何包含495的字符串。 AS_Path正则表达式的组成 AS_Path过滤器的核心内容就是正则表达式。关于正则表达式的内容较为复杂,这里仅讨论一些跟AS_Path过滤器相关的内容。
例如ip as-path-filter 1 permit 495就定义了一个AS_Path过滤器1,使用的正则表达式是495,这个表达式的含义是匹配任何包含495的字符串。 AS_Path正则表达式的组成 AS_Path过滤器的核心内容就是正则表达式。关于正则表达式的内容较为复杂,这里仅讨论一些跟AS_Path过滤器相关的内容。
1 [AR1]ip as-path-filter iaa-a permit(正则表达式).* //创建一个叫iaa-a的as-path-filter来对路由的AS号进行匹配,目前的动作为允许,匹配的路由是any。注意:AS_Path Filter的默认行为是deny所有。 2 [AR1-bgp]peer 12.1.1.2as-path-filter iaa-a export//在对12.1.1.2邻居发送路由时,对发送的流量进...
ip as-path-filter{as-path-filter-number|as-path-filter-name}[indexindex-number]matchModeregular-expression regular-expression表示AS属性过滤器使用正则表达式定义匹配规则。 检查配置结果 执行命令display ip as-path-filter[as-path-filter-number|as-path-filter-name],查看已配置的AS路径过滤器信息。
BGP的AS_Path过滤器主要是定义AS_Path正则表达式,然后去匹配BGP路由的AS_Path属性信息,从而实现对BGP路由信息的过滤。 例如ip as-path-filter 1 permit 495就定义了一个AS_Path过滤器1,使用的正则表达式是495,这个表达式的含义是匹配任何包含495的字符串。 AS_Path正则表达式的组成 AS_Path过滤器的核心内容就是...
路由过滤命令详解:route-map、distribute-list、 prefix-list、ip as-path access-list以及filter-list (一) Route Maps 特性: RouteMaps 类似于 accesslists,不同之处在于 RouteMaps 可以改变 Packets/Routes的部分属性。 用途: Route Maps主要用于Redistribution和Policy Routing及BGP协议。 实现...
OpenSolaris IP Filter ifconfig 命令( ) 使用指导 ( ) /opt/SUNWconn/lib/libpkcs11.so 项, 在 ike/config 文件中 ( ) Oracle Solaris : IP 过滤器 /etc/ipf/ipf.conf 文件( ) /etc/ipf/ipf6.conf 文件( ) /etc/ipf/ipnat.conf 文件( ) /etc/ipf/ippool.conf 文件( ) ipf.conf 文件( ...
若需聚合较多AS路径时,请慎用此关键字,因为当具体路由的变化较频繁时,会导致路由振荡 detail-suppressed 该关键字不抑制聚合路由,但抑制所有具体路由的通告。如果只想对一部分具体路由进行抑制,可以使用peer filter-policy命令 suppress-policy 该关键字能产生聚合路由,但抑制指定路由的通告。可以用route-policy的if-...
若需聚合较多AS路径时,请慎用此关键字,因为当具体路由的变化较频繁时,会导致路由振荡 detail-suppressed 该关键字不抑制聚合路由,但抑制所有具体路由的通告。如果只想对一部分具体路由进行抑制,可以使用peer filter-policy命令 suppress-policy 该关键字能产生聚合路由,但抑制指定路由的通告。可以用route-policy的if-...
AS パスによるエクスポート proto proto | all aspath aspath_regexp origin any | ( [ IGP ] [EGP ] [ incomplete ] ) restrict ; proto proto | all aspath aspath_regexp origin any | ( [ IGP ] [EGP ] [ incomplete ] ) [ metric metric ] { route_filter [ restrict | ( metric ...