|
|
tubaboraka
Created Sep 20, 2021 11:27:11
(0)
(0)
-VPN configuration in PE1 # ip vpn-instance vpna ipv4-family route-distinguisher 1:200 vpn-target 1:200 export-extcommunity vpn-target 200:1 import-extcommunity # ip vpn-instance vpnb ipv4-family route-distinguisher 1:300 vpn-target 1:300 export-extcommunity vpn-target 300:1 import-extcommunity # # GigabitEthernet4/0/0 interface ip binding vpn-instance vpna ip address 20.20.10.1 255.255.255.0 # GigabitEthernet4/0/1 interfa
tubaboraka
Created Sep 20, 2021 11:28:16
(0)
(0)
<PE2>display bgp vpnv4 all peer 1.1.1.1 verbose BGP Peer is 1.1.1.1, remote AS 100 Type: IBGP link BGP version 4, Remote router ID 10.10.10.1 Update-group ID: 1 BGP current state: Established, Up for 00h01m53s BGP current event: KATimerExpired BGP last state: OpenConfirm BGP Peer Up count: 1 Received total routes: 2 Received active routes total: 2 Advertised total routes: 2 Port: Local - 50938 Remote - 179 Configured: Connect-r |
|
|
|