Hi

I am trying to make OOR  v1.1.1 work is a simple scenario, but I see than
xTR is sending messages with an unsupported type 7, to the MS.
In Wireshark I confirmed the type is 7, although i don´t see this in RFC6830
<https://tools.ietf.org/html/rfc6830>  this type as one of the supported
ones

Locator/ID Separation Protocol
    0111 .... .... .... .... .... = Type: Info (7)
    .... 0... .... .... .... .... = R bit (Info-Reply): Not set
    .... .000 0000 0000 0000 0000 0000 0000 = Reserved bits: 0x00000000

MS log says

[2017/2/10 2:17:23] DEBUG: Received Info Request -> nonce 93971bbd5dddb7b3,
IP: 172.31.49.202 -> 172.31.55.142, UDP: 4342 -> 4342
[2017/2/10 2:17:23] DEBUG-3: Map-Server: Received control message with type
7. Discarding!
[2017/2/10 2:17:23] DEBUG: Map-Server: Failed to process  control message

Any idea about what I am doing wrong?
I would appreciate any guidance about this.

Bellow a summary of both configurations:

*OOR running as xTR*
operating-mode         = xTR
control-iface = eth0
encapsulation          = LISP
rloc-probing {
    rloc-probe-interval             = 30
    rloc-probe-retries              = 2
    rloc-probe-retries-interval     = 5
}
map-resolver        = {
172.31.55.142
}
static-map-cache {
    eid-prefix          = 192.168.1.0/24
    iid                 = 13784
    rloc-address {
        address         = 172.31.85.142
        priority        = 0
        weight          = 0
    }
}
nat_traversal_support  = on
map-server {
        address        = 172.31.55.142
        key-type       = 1
        key            = yunque
        proxy-reply    = on
}
database-mapping {
    eid-prefix          = 172.31.64.0/24
    iid                 = 13785
    rloc-address {
        #address         = 34.194.45.229
        address         = 172.31.49.202
        priority        = 0
        weight          = 0
    }
}
proxy-itrs = {
...
}

*OOR running as xTR*
operating-mode         = MS
control-iface = eth0
lisp-site {
    eid-prefix            = 192.168.1.0/24
    key-type              = 1
    key                   = yunque
    iid                   = 13784
    accept-more-specifics = true
}
lisp-site {
    eid-prefix            = 172.31.64.0/24
    key-type              = 1
    key                   = yunque
    iid                   = 13785
    accept-more-specifics = true
}





-- 

*José Miguel Guzmán*Senior Network Consultant
Latin America & Caribbean
  +1 (650) 248-2490 <+16502482490>
  +56 (9) 9064-2780 <+56990642780>
  jmguz...@whitestack.com
  jmguzmanc
_______________________________________________
Users mailing list
Users@openoverlayrouter.org
http://mail.openoverlayrouter.org/cgi-bin/mailman/listinfo/users

Reply via email to