Új hozzászólás Aktív témák

  • kowika87

    tag

    válasz zsolti.22 #3941 üzenetére

    R1#sh run | s bgp
    router bgp 432
    no synchronization
    bgp log-neighbor-changes
    neighbor 2.2.2.2 remote-as 432
    neighbor 2.2.2.2 update-source Loopback1
    neighbor 3.3.3.3 remote-as 432
    neighbor 3.3.3.3 update-source Loopback1
    no auto-summary

    R3#show run | s bgp
    router bgp 432
    no synchronization
    bgp log-neighbor-changes
    neighbor 1.1.1.1 remote-as 432
    neighbor 1.1.1.1 update-source Loopback1
    neighbor 1.1.1.1 next-hop-self
    neighbor 6.6.6.6 remote-as 765
    neighbor 6.6.6.6 ebgp-multihop 5
    neighbor 6.6.6.6 update-source Loopback1
    no auto-summary

    R6#sh run | s bgp
    router bgp 765
    no synchronization
    bgp log-neighbor-changes
    neighbor 3.3.3.3 remote-as 432
    neighbor 3.3.3.3 ebgp-multihop 5
    neighbor 3.3.3.3 update-source Loopback1
    neighbor 7.7.7.7 remote-as 5555
    neighbor 7.7.7.7 ebgp-multihop 5
    neighbor 7.7.7.7 update-source Loopback1
    no auto-summary

    R7#sh run | s bgp
    router bgp 5555
    no synchronization
    bgp log-neighbor-changes
    redistribute connected route-map FILTER
    neighbor 5.5.5.5 remote-as 4000
    neighbor 5.5.5.5 ebgp-multihop 5
    neighbor 5.5.5.5 update-source Loopback1
    neighbor 6.6.6.6 remote-as 765
    neighbor 6.6.6.6 ebgp-multihop 5
    neighbor 6.6.6.6 update-source Loopback1
    no auto-summary

    Mindegyik router között van static route a bgp neighborship miatt.

Új hozzászólás Aktív témák