网络拓扑

Guard BGP 配置模板
router(config)# router bgp <Guard-AS-number>
router(config-router)# bgp router-id
<Guard-IP-address>
router(config-router)# redistribute guard
router(config-router)# neighbor <Router-IP-address>
remote-as <Router-AS-number>
router(config-router)# neighbor <Router-IP-address>
description <description>
router(config-router)# neighbor <Router-IP-address>
soft-reconfiguration inbound
router(config-router)# neighbor <Router-IP-address>
distribute-list nothing-in in
router(config-router)# neighbor <Router-IP-address>
route-map Guard-out out
router(config-router)# exit
router(config)# access-list
nothing-in deny any
router(config)#
route-map Guard-out permit 10
router(config-route-map)# set community
no-export no-advertise
Example:
router# show running-config
... ... ...
router bgp 64555
bgp router-id 192.168.8.8
redistribute guard
neighbor 192.168.8.1 remote-as 100
neighbor 192.168.8.1 description
divert-from router
neighbor 192.168.8.1 soft-reconfiguration
inbound
neighbor 192.168.8.1 distribute-list
nothing-in in
neighbor 192.168.8.1 route-map Guard-out
out
!
access-list nothing-in deny any
!
route-map Guard-out permit 10
set community 100:64555 no-export
no-advertise
牵引路由器BGP配置模板
R7200(config)# router bgp <Router-AS>
R7200(config-router)# bgp log-neighbor-changes
R7200(config-router)# neighbor
<Guard-IP-address>
remote-as GuardAS
R7200(config-router)# neighbor
<Guard-IP-address> description
<description>
R7200(config-router)# neighbor
<Guard-IP-address> soft-reconfiguration
inbound
R7200(config-router)# neighbor
<Guard-IP-address> distribute-list
routesToGuard out
R7200(config-router)# neighbor
<Guard-IP-address> route-map
Guard-in in
R7200(config-router)# no
synchronization
R7200(config-router)# exit
R7200(config)# ip bgp-community new-format
R7200(config)# ip community-list expanded <Guard-community-name> permit no-export
no-advertise
R7200(config)# route-map Guard-in permit 10
R7200(config-route-map)# match community <Guard-community-name> exact match
R7200(config-route-map)# exit
R7200(config)# ip access-list standard routestoGuard
R7200(config-std-nacl)# deny
any
Example:
R7200# show running-config
... ... ...
router bgp 100
bgp log-neighbor-changes
neighbor 192.168.8.8 remote-as 64555
neighbor 192.168.8.8 description Guard
neighbor 192.168.8.8 soft-reconfiguration
inbound
neighbor 192.168.8.8 distribute-list
routesToGuard out
neighbor 192.168.8.8 route-map Guard-in in
no synchronization
!
ip bgp-community new-format
ip community-list expanded Guard permit
100:64555 no-export no- advertise
!
route-map Guard-in permit 10
match community Guard exact match
ip access-list standard routesToGuard
deny
any
分享到:
相关推荐
1 IP Source Guard配置 1.1 IP Source Guard简介 1.1.1 概述 1.1.2 绑定功能介绍 1.2 配置IPv4 绑定功能 1.2.1 配置IPv4 静态绑定功能 1.2.2 配置IPv4 动态绑定功能 1.2.3 配置IPv4 绑定表项数目的最大值 ...
R1配置了Loopback0接口、Serial0/0和Serial0/1接口,并加入了OSPF域,然后配置了BGP,与邻居4.4.4.4建立连接。R2的配置类似,但还包括FastEthernet1/0接口,以便连接到内部网络。 在具体配置步骤中,R1和R2都启用了...
BGP的配置实例之基本配置-思科.pdf 学习资料 复习资料 教学资源
BGP的配置实例之MD5认证-思科.pdf 学习资料 复习资料 教学资源
标题"Cisco BGP-4命令与配置手册中文版"明确指出,这份资源是关于Cisco公司的Border Gateway Protocol(BGP)第四版本的命令与配置指南,并且是中文版本,方便中文读者学习和理解。BGP是互联网上的一种核心路由协议...
cisco路由器的BGP配置参考,命令的详细解释
这些命令包括路由聚集、自动汇总、路由过滤、负载均衡、邻居配置、路由广播、路由再分配、地址汇总、同步、BGP定时器等,此外还包括通用的show、clear、debug等命令。 本书适用于大型网络的设计与管理人员、有志...
cisco最完美的ACL配置详解及配置全过程cisco最完美的ACL配置详解及配置全过程cisco最完美的ACL配置详解及配置全过程cisco最完美的ACL配置详解及配置全过程cisco最完美的ACL配置详解及配置全过程cisco最完美的ACL配置...
思科BGP协议AIGP度量属性的配置,对于BGP选路新增的属性AIGP配置的描述
思科网络实验(35)——BGP入门实验完整配置,帮助你更好的排错。
5. **添加静态路由**:配置全局路由,通过`ip route`命令指定目标网络(0.0.0.0表示默认路由)、子网掩码(0.0.0.0表示任何地址)和下一跳地址,例如将所有未知流量通过`10.100.0.1`转发。 6. **端口配置**:为接口...
在BGP中,Weight属性是Cisco路由器上的一个特殊本地偏好度量,用于在路由器内部进行路由选择。这个属性并不在BGP的对等体之间交换,而是仅对输入到本地BGP进程的路由起作用。 1. **Weight属性的传播范围和默认值** ...
思科BGP配置包括以下几个部分: 1. bgp进程的配置:(router bgp 100)定义了BGP进程的AS号为100。 2. 邻居关系的配置:(neighbor 3.3.3.3 remote-as 100)定义了与邻居路由器的关系,包括AS号和更新源。 3. 下一跳...
6. **SNMP(Simple Network Management Protocol)**:通过配置SNMP,Cisco设备可以定期向网络管理系统发送流量和其他性能指标,帮助监控网络的健康状态和流量趋势。 7. **SPAN/RSPAN(Switched Port Analyzer/...
cisco BFD(Bidirectional Forwarding Detection,双向转发检测)协议提供一种轻负载、快速检测两台邻接路由器之间转发路径连通状态的方法。协议邻居通过该方式可以快速检测到转发路径的连通故障,加快启用备份转发...
cisco BGP,BGP完全配置手册红头发CCIE提高版,强力推荐。
### 思科自动系统与BGP 4字节自治系统 #### 标题与描述中的核心知识点 在《思科自动系统 Cisco_BGP_4byte_Autonomous Systems.pdf》这份文档中,主要讨论了思科如何在其网络设备上实现对4字节自治系统(Autonomous ...
思科Cisco UCS刀片服务器UCSM配置的知识点包括: 1. UCS刀片服务器安装配置报告概述 报告的编写目的主要在于提供详细的技术实施规划,确保项目团队明确所有实施步骤、方法以及需要完成的任务。文档适用于项目设计与...
通过对Cisco路由器配置流量计数,并定期查看流量统计信息,网络管理员能够有效地监控网络中的流量情况,及时发现并解决问题。此外,通过细致地分析这些数据,还可以优化网络资源分配,提高网络的整体性能和安全性。
2. **配置指南**:介绍如何设置 Cisco Guard 的各项功能,包括流量监控、报警阈值等。 3. **操作指南**:提供日常管理和维护的操作方法,包括软件升级、系统重启等。 4. **故障排除**:包含常见问题的解决方案,帮助...