米葫芦网

聚合BGP

热度:7℃ 发布时间:2023-11-16 19:52:04

R6 ----- R3 ------ R5
R6 的AS 65530
R3的AS 1
R5的AS 2
聚合172.16.0.0/24到172.16.3.0/24
R6的配置
interface Serial1
ip address 172.17.1.2 255.255.255.0
!
router bgp 65530
bgp log-neighbor-changes
neighbor 172.17.1.1 remote-as 1
!
R3的配置
interface Serial0
ip address 10.1.1.1 255.255.255.0
no ip route-cache
no ip mroute-cache
clockrate 500000
!
interface Serial1
ip address 172.17.1.1 255.255.255.0
no ip route-cache
no ip mroute-cache
clockrate 500000
!
interface BRI0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
router bgp 1
bgp log-neighbor-changes
aggregate-address 172.16.0.0 255.255.252.0
neighbor 10.1.1.2 remote-as 2
neighbor 172.17.1.2 remote-as 65530
!
R5的配置
!
interface Loopback0
ip address 172.16.0.1 255.255.255.0
!
interface Loopback1
ip address 172.16.1.1 255.255.255.0
!
interface Loopback2
ip address 172.16.2.1 255.255.255.0
!
interface Loopback3
ip address 172.16.3.1 255.255.255.0
!
interface Ethernet0
no ip address
no ip mroute-cache
shutdown
no cdp enable
!
interface Serial0
ip address 10.1.1.2 255.255.255.0
no ip mroute-cache
!
!
router bgp 2
bgp log-neighbor-changes
network 172.16.0.0 mask 255.255.255.0
network 172.16.1.0 mask 255.255.255.0
network 172.16.2.0 mask 255.255.255.0
network 172.16.3.0 mask 255.255.255.0
neighbor 10.1.1.1 remote-as 1
在R3上使用sh ip bgp
R3#sh ip bgp
BGP table version is 6, local router ID is 192.168.0.80
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 172.16.0.0/24 10.1.1.2 0 0 2 i
*> 172.16.0.0/22 0.0.0.0 32768 i
*> 172.16.1.0/24 10.1.1.2 0 0 2 i
*> 172.16.2.0/24 10.1.1.2 0 0 2 i
*> 172.16.3.0/24 10.1.1.2 0 0 2 i
网友评论
评论
发 布

更多软件教程
  • 软件教程推荐
更多+
Greenfoot设置中文的方法

Greenfoot设置中文的方法

Greenfoot是一款简单易用的Java开发环境,该软件界面清爽简约,既可以作为一个开发框使用,也能够作为集成开发环境使用,操作起来十分简单。这款软件支持多种语言,但是默认的语言是英文,因此将该软件下载到电脑上的时候,会发现软件的界面语言是英文版本的,这对于英语基础较差的朋友来说,使用这款软件就会...

07-05

Egret UI Editor修改快捷键的方法

Egret UI Editor修改快捷键的方法

Egret UI Editor是一款开源的2D游戏开发代码编辑软件,其主要功能是针对Egret项目中的Exml皮肤文件进行可视化编辑,功能十分强大。我们在使用这款软件的过程中,可以将一些常用操作设置快捷键,这样就可以简化编程,从而提高代码编辑的工作效率。但是这款软件在日常生活中使用得不多,并且专业性...

07-05

KittenCode新建项目的方法

KittenCode新建项目的方法

KittenCode是一款十分专业的编程软件,该软件给用户提供了可视化的操作界面,支持Python语言的编程开发以及第三方库管理,并且提供了很多实用的工具,功能十分强大。我们在使用这款软件进行编程开发的过程中,最基本、最常做的操作就是新建项目,因此我们很有必要掌握新建项目的方法。但是这款软件的专业性...

07-05

Thonny设置中文的方法

Thonny设置中文的方法

Thonny是一款十分专业的Python编辑软件,该软件界面清爽简单,给用户提供了丰富的编程工具,具备代码补全、语法错误显示等功能,非常的适合新手使用。该软件还支持多种语言,所以在下载这款软件的时候,有时候下载到电脑中的软件是英文版本的,这对于英语基础较差的小伙伴来说,使用这款软件就会变得十分困难,...

07-05

最新软件下载