重庆分公司,新征程启航
为企业提供网站建设、域名注册、服务器等服务
1、实验拓扑
创新互联建站专注于太仆寺企业网站建设,成都响应式网站建设公司,商城系统网站开发。太仆寺网站建设公司,为太仆寺等地区提供建站服务。全流程按需求定制网站,专业设计,全程项目跟踪,创新互联建站专业和态度为您提供的服务
2、基础配置
R1配置
interface Serial0/0
ip address 12.1.1.1 255.255.255.0
router bgp 1
no synchronization
bgp router-id 1.1.1.1
neighbor 12.1.1.2 remote-as 2
R2配置
interface Serial0/0
ip address 12.1.1.2 255.255.255.0
router bgp 2
no synchronization
bgp router-id 2.2.2.2
neighbor 12.1.1.1 remote-as 1
no auto-summary
3、配置MD5认证
配置MD5认证前
在R1上单边配置MD5认证
R1(config)#router bgp 1
R1(config-router)#neighbor 12.1.1.2 password cisco
在R2上也配置MD5认证
R2(config)#router bgp 2
R2(config-router)#neighbor 12.1.1.1 password cisco