vxOSqs,以下为锐捷设备的配置命令,对应H3C的命令如何,请以V7配置命令为例回答
问题描述:
组网及组网描述:
interface GigabitEthernet 5/24
no switchport
duplex full
speed 1000
medium-type fiber
ip OSPF network point-to-point
ip ospf cost 10
no ip proxy-arp
ip address 172.31.1.34 255.255.255.252
label-switching
mpls ip
router bgp 65500
bgp router-id 172.31.255.111
bgp log-neighbor-changes
neighbor 172.31.255.1 remote-as 65500
neighbor 172.31.255.1 update-source Loopback 0
neighbor 172.31.255.2 remote-as 65500
neighbor 172.31.255.2 update-source Loopback 0
!
address-family ipv4
maximum-prefix 10000
redistribute connected
redistribute static
no neighbor 172.31.255.1 activate
no neighbor 172.31.255.2 activate
exit-address-family
!
address-family vpnv4 unicast
neighbor 172.31.255.1 activate
neighbor 172.31.255.1 send-community extended
neighbor 172.31.255.2 activate
neighbor 172.31.255.2 send-community extended
exit-address-family
address-family ipv4 vrf KFQ_SERVER
maximum-prefix 10000
redistribute connected
redistribute ospf 1001 match internal external 2
exit-address-family
!
router ospf 1
router-id 172.31.255.111
network 172.31.1.32 0.0.0.3 area 0
network 172.31.1.76 0.0.0.3 area 0
network 172.31.111.0 0.0.0.255 area 0
network 172.31.
network 172.31.255.111 0.0.0.0 area 0
!
!
router ospf 1000 vrf KFQ_ALL
redistribute bgp subnets
network 10.89.255.0 0.0.0.7 area 0
default-information originate
!
router ospf 1001 vrf KFQ_SERVER
redistribute bgp subnets
network 10.89.254.0 0.0.0.7 area 0
default-information originate
!
mpls router ldp 5小时前提问设备配置替换翻译,建议打400问吧。
3小时前回答暂无
你正在,以下为锐捷设备的配置命令,对应H3C的命令如何,请以V7配置命令为例回答