Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Hỏi về thay đổi giá trị Med trong bgp

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Thank snowball mình show trên R2 thấy đổi dc rồi

    Nhưng mà đánh ở R1 câu lệnh neighbor: 10.1.12.2 route-map med out thì metric show trên R2 ở next hop 10.1.12.1 là 50
    Đánh ở R2: neighbor 10.1.12.1 route-map med out thì metric show trên R1 ở next hop 10.1.12.2 mới là 50

    M cứ nghĩ set metric được cả 2 interface trên network 10.1.12.0 luôn.

    Comment


    • #17
      them cai nay nua

      neighbor 10.1.13.3 route-map med out
      neighbor 10.1.12.2 route-map med out

      them hai command nay vao roi dung command clear ip bgp all tren R1. sang R2 va R3 check lai route.



      Originally posted by zaizai1988 View Post
      Thank marriottvn, htai m mới có ít tài liệu về cnna down ở _http://forum.t3h.vn/showthread.php?27503-Slide-giảng-dạy-CCNA-Exploration-4.0, trg này ko có mpls.

      @snowball: ý của bạn giống dante04, m đánh vậy r, câu lệnh ko báo sai gì cả nhg trc và sau show ip bgp metric vẫn ko đổi:

      File R1 của m:

      Code:
      !
      !
      version 12.4
      service timestamps debug datetime msec
      service timestamps log datetime msec
      no service password-encryption
      !
      hostname R1
      !
      boot-start-marker
      boot-end-marker
      !
      !
      no aaa new-model
      !
      !
      ip cef
      no ip domain lookup
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      ! 
      !
      !
      !
      !
      interface Loopback0
       ip address 1.1.1.1 255.255.255.255
      !
      interface FastEthernet0/0
       no ip address
       shutdown
       duplex half
      !
      interface FastEthernet1/0
       ip address 10.1.12.1 255.255.255.0
       duplex auto
       speed auto
      !
      interface FastEthernet1/1
       ip address 10.1.13.1 255.255.255.0
       duplex auto
       speed auto
      !
      router bgp 100
       no synchronization
       bgp log-neighbor-changes
       network 1.1.1.1 mask 255.255.255.255
       neighbor 10.1.12.2 remote-as 2300
       neighbor 10.1.13.3 remote-as 2300
       no auto-summary
      !
      ip forward-protocol nd
      !
      no ip http server
      no ip http secure-server
      !
      !
      !
      route-map med permit 10
       set metric 50
      !
      !
      !
      !
      control-plane
      !
      !
      !
      !
      !
      !
      line con 0
       exec-timeout 0 0
       logging synchronous
       stopbits 1
      line aux 0
       stopbits 1
      line vty 0 4
       login
      !
      !
      end

      Comment

      Working...
      X