2
アドバタイズのためにルートをBGPに注入する:BGP networkコマンド
私はBGP構成の完全な初心者です。BGPネットワークコマンドを理解するには、いくつかの説明が必要です。 MPLSサイトルーターの1つに次の構成があります:(構成スニペットのみを貼り付けています) " R1# interface Loopback0 ip address 10.129.110.157 255.255.255.252 interface GigabitEthernet0/0 ip address 10.129.110.154 255.255.255.252 interface GigabitEthernet0/1.10 encapsulation dot1Q 10 native ip address 10.129.135.129 255.255.255.192 ! interface GigabitEthernet0/1.20 encapsulation dot1Q 20 ip address 10.129.135.193 255.255.255.192 router bgp XXXXX bgp log-neighbor-changes neighbor 10.129.110.153 remote-as 7795 neighbor 10.129.110.153 neighbor 10.129.110.153 ebgp-multihop …
7
bgp