Uploaded image for project: 'bgpcep'
  1. bgpcep
  2. BGPCEP-670

PCEP module doesn't honor configuration from blueprint

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Bugzilla Migration
    • Bugzilla Migration
    • PCEP
    • None
    • Operating System: All
      Platform: All

    • 8425

      The intention is to change keepalive timer through RESTCONF in Boron

      http://controller-ip:restconf-port/restconf/config/pcep-app-config:pcep-session-config

      {
      "pcep-session-config" :

      { "keep-alive-timer-value" : 20, "dead-timer-value": 80 }

      }

      Even though the PUT restcall succeeded with a 201 ok, and the XRv router match with the same timer values; the Controller default timers still unchanged as the controller logs are displayed:

      – Controller default timers:

      2017-03-27 14:09:54,485 | INFO | ntLoopGroup-10-8 | PCEPSessionImpl | 242 - org.opendaylight.bgpcep.pcep-impl - 0.6.2.Boron-SR2 | Local PCEP session termination : EXP_DEADTIMER
      2017-03-27 14:09:54,485 | INFO | ntLoopGroup-10-8 | AbstractTopologySessionListener | 255 - org.opendaylight.bgpcep.pcep-topology-provider - 0.6.2.Boron-SR2 | Session PCEPSessionImpl

      {channel=[id: 0x689bf233, L:/10.18.133.36:4189 - R:/10.18.133.207:50476], localOpen=Open [_deadTimer=120, _keepalive=30, _sessionId=23, _tlvs=Tlvs [augmentation=[Tlvs1 [_srPceCapability=SrPceCapability [_msd=0, augmentation=[]]], Tlvs1 XRv new timers: [_stateful=Stateful [_lspUpdateCapability=true, augmentation=[Stateful1 [_deltaLspSyncCapability=true, _includeDbVersion=true, _triggeredInitialSync=true, _triggeredResync=true], Stateful1 [_initiation=true]]]]]], augmentation=[]], remoteOpen=Open [_deadTimer=100, _keepalive=25, _sessionId=5, _tlvs=Tlvs [augmentation=[Tlvs3 [], Tlvs1 [], Tlvs1 [_stateful=Stateful [_lspUpdateCapability=true, augmentation=[Stateful1 [], Stateful1 [_initiation=true]]]]]], _version=ProtocolVersion [_value=1], _ignore=false, _processingRule=false, augmentation=[]]}

      terminated by peer with reason PCEPCloseTermination

      {reason=EXP_DEADTIMER}

      The Controller's keep alive timer and dead timer remains the same after RESTCONF PUT

            Unassigned Unassigned
            kevinxw Kevin Wang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: