随笔分类 -  网络

摘要:路由类型 通告方法 TLV up/down位 度量类型Metric-type 描述 备注 L1 intra-area routesL1区域内路由-内部度量 L1 LSP TLV 128IP Internal Reachability Information TLVs 置0 internal IP前缀 阅读全文
posted @ 2024-04-23 13:33 贾春旺 阅读(77) 评论(0) 推荐(0)
摘要:包类型 Top-Level TLV Sub-TLV Sub-Sub-TLV IIH 1 Area Addresses 6 IIS Neighbors 7 Instance Identifier 8 Padding 10 Authentication 1 Cleartext Password 2 IS 阅读全文
posted @ 2022-04-16 17:31 贾春旺 阅读(245) 评论(0) 推荐(0)
摘要:EVPN hostname N1 nv overlay evpn feature ospf feature bgp interface Ethernet1/1 no switchport medium p2p ip unnumbered loopback1 ip ospf network point 阅读全文
posted @ 2021-01-09 22:03 贾春旺 阅读(750) 评论(0) 推荐(0)
摘要:feature: 对称IRB anycast-gateway anycast-VTEP VPC ingress replication(头端列表) ospf MP-BGP EVPN NVO3 VXLAN hostname sw1 nv overlay evpn feature ospf featur 阅读全文
posted @ 2020-12-31 15:35 贾春旺 阅读(673) 评论(0) 推荐(0)
摘要:feature: 对称IRB anycast-gateway anycast-VTEP VPC PIM-SM SSM anycast-RP multicast replication ospf MP-BGP EVPN NVO3 VXLAN hostname SW1 nv overlay evpn f 阅读全文
posted @ 2020-12-26 16:18 贾春旺 阅读(1957) 评论(0) 推荐(0)
摘要:RP/0/0/CPU0:R1#show run Sat Nov 21 12:02:00.083 UTC Building configuration... !! IOS XR Configuration 6.1.3 !! Last configuration change at Sat Nov 21 阅读全文
posted @ 2020-11-21 20:01 贾春旺 阅读(192) 评论(0) 推荐(0)
摘要:when HTTP_REQUEST { STREAM::disable HTTP::header remove "Accept-Encoding" } when HTTP_RESPONSE { if { [HTTP::header value Content-Type] contains "text 阅读全文
posted @ 2020-08-10 19:24 贾春旺 阅读(427) 评论(0) 推荐(0)
摘要:R1 RP/0/0/CPU0:ios# show run Mon Aug 10 10:42:30.274 UTC Building configuration... !! IOS XR Configuration 6.0.1 !! Last configuration change at Mon A 阅读全文
posted @ 2020-08-10 18:52 贾春旺 阅读(651) 评论(0) 推荐(0)
摘要:L2TP在网的情况下,加密一下。 R1 R1#show runBuilding configuration... Current configuration : 2158 bytes!version 12.4service timestamps debug datetime msecservice 阅读全文
posted @ 2020-07-31 10:44 贾春旺 阅读(2227) 评论(0) 推荐(0)
摘要:1.查看系统版本和IP地址。 [root@BYGD-VPN /]# cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) [root@BYGD-VPN /]# ifconfigeth0: flags=4163<UP,BROADCAS 阅读全文
posted @ 2018-04-11 09:41 贾春旺 阅读(2639) 评论(0) 推荐(0)
摘要:MPLS基础 模式 标签分配模式(label allocation)本地为一条路由前缀绑定一个label标签的条件。独立控制模式(independent control)本地RIB学习到的路由(除BGP)就会分配。有序控制模式(odered cpmtrol)路由通告者通告给我label我才会为其分配 阅读全文
posted @ 2017-11-02 11:32 贾春旺 阅读(22095) 评论(2) 推荐(1)
摘要:TYPECODEDescriptionQueryError 0 0 Echo Reply——回显应答(Ping应答) x 3 0 Network Unreachable——网络不可达 x 3 1 Host Unreachable——主机不可达 x 3 2 Protocol Unreachable—— 阅读全文
posted @ 2017-09-05 11:26 贾春旺 阅读(727) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-16 16:41 贾春旺 阅读(139) 评论(0) 推荐(0)
摘要:v 阅读全文
posted @ 2017-08-14 10:04 贾春旺 阅读(176) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-14 10:03 贾春旺 阅读(170) 评论(0) 推荐(0)
摘要:300dpi高清版下载地址 http://down.51cto.com/data/2332253 阅读全文
posted @ 2017-08-14 09:45 贾春旺 阅读(381) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-07-26 08:45 贾春旺 阅读(552) 评论(0) 推荐(0)
摘要:结论:2层MTU的计算,从第二层帧末尾开始(不包括帧头部的长度)3层IP MTU的计算,从第三层IP头部开始(包括IP头部)2.5层MPLS MTU的计算,从MPLS的头部(第一个)开始计算(包括MPLS头部)CISCO-IOS ping x.x.x.x size 的大小是从 IP头部开始+ICMP 阅读全文
posted @ 2017-05-09 08:53 贾春旺 阅读(877) 评论(0) 推荐(0)
摘要:BGP是一种基于策略的路由选择协议,让AS能够根据多种BGP属性来控制数据流的传输。运行BGP的路由器交换被称为路径矢量或者属性的NLRI。路径矢量信息中包含一个BGP-AS号列表称为AS-PATH属性,其中列出了前往目标网络必须经过的AS号码。通过AS-PATH路由环路也很容易检测到。如果在路由器 阅读全文
posted @ 2017-05-04 14:29 贾春旺 阅读(2988) 评论(0) 推荐(0)
摘要:Weight属性:cisco私有的BGP属性参数,它只适用于一台路由器中的路由,也就是不会传递给任何其他的路由器。他的取值范围为<0-65535>,这个数越大优先级越高,默认从邻居学到的路由的weight都为0,从本地始发(重分布、引入、聚合)进BGP路由表中的值为32768。Weight属性不能包 阅读全文
posted @ 2017-03-30 09:40 贾春旺 阅读(17450) 评论(1) 推荐(0)