Junos OS

 View Only
last person joined: 22 hours ago 

Ask questions and share experiences about Junos OS.
  • 1.  AUTOVLAN + IPOE + IPV6 (NDRA) via RADIUS = bbesmgd ERROR

    Posted 01-07-2022 13:39
    set system services dhcp-local-server dhcpv6 overrides delegated-pool LAN-IPV6
    set system services dhcp-local-server dhcpv6 overrides multi-address-embedded-option-response
    set system services dhcp-local-server dhcpv6 overrides dual-stack DS_NDRA_PD
    set system services dhcp-local-server dhcpv6 group V6 interface ge-1/0/7.0
    set system services dhcp-local-server dhcpv6 group V6 interface demux0.0
    set system services dhcp-local-server pool-match-order external-authority
    set system services dhcp-local-server group V4 overrides dual-stack DS_NDRA_PD
    set system services dhcp-local-server group V4 interface ge-1/0/7.0
    set system services dhcp-local-server group V4 interface demux0.0
    set system services dhcp-local-server dual-stack-group DS_NDRA_PD authentication username-include relay-agent-interface-id
    set system services dhcp-local-server dual-stack-group DS_NDRA_PD dynamic-profile DHCP-PROFILE
    set system services dhcp-local-server dual-stack-group DS_NDRA_PD on-demand-address-allocation
    set system services dhcp-local-server dual-stack-group DS_NDRA_PD protocol-master inet

    set interfaces ge-1/0/7 hierarchical-scheduler maximum-hierarchy-levels 2
    set interfaces ge-1/0/7 flexible-vlan-tagging
    set interfaces ge-1/0/7 auto-configure vlan-ranges dynamic-profile AUTO-VLAN accept dhcp-v4
    set interfaces ge-1/0/7 auto-configure vlan-ranges dynamic-profile AUTO-VLAN accept inet6
    set interfaces ge-1/0/7 auto-configure vlan-ranges dynamic-profile AUTO-VLAN ranges 1000-1001
    set interfaces ge-1/0/7 auto-configure remove-when-no-subscribers
    set interfaces ge-1/0/7 mtu 9192
    set interfaces ge-1/0/7 encapsulation flexible-ethernet-services

    set access address-assignment neighbor-discovery-router-advertisement WAN-IPV6
    set access address-assignment pool WAN-IPV6 family inet6 prefix AAAA:BBBB:7fff:b000::/52
    set access address-assignment pool WAN-IPV6 family inet6 range NDRA prefix-length 64
    set access address-assignment pool LAN-IPV4 family inet network 100.111.0.0/29
    set access address-assignment pool LAN-IPV4 family inet range PRIVATE low 100.111.0.2
    set access address-assignment pool LAN-IPV4 family inet range PRIVATE high 100.111.0.6
    set access address-assignment pool LAN-IPV4 family inet dhcp-attributes maximum-lease-time 300
    set access address-assignment pool LAN-IPV4 family inet dhcp-attributes router 100.111.0.1
    set access address-assignment pool LAN-IPV6 family inet6 prefix BBBB:AAAA:8000:b000::/52
    set access address-assignment pool LAN-IPV6 family inet6 range PD prefix-length 64

    set dynamic-profiles DHCP-PROFILE routing-instances "$junos-routing-instance" interface "$junos-interface-name" any
    set dynamic-profiles DHCP-PROFILE routing-instances "$junos-routing-instance" routing-options rib "$junos-ipv6-rib" access route $junos-framed-route-ipv6-address-prefix qualified-next-hop "$junos-interface-name"
    set dynamic-profiles DHCP-PROFILE routing-instances "$junos-routing-instance" routing-options rib "$junos-ipv6-rib" access route $junos-framed-route-ipv6-address-prefix metric "$junos-framed-route-ipv6-cost"
    set dynamic-profiles DHCP-PROFILE routing-instances "$junos-routing-instance" routing-options rib "$junos-ipv6-rib" access route $junos-framed-route-ipv6-address-prefix preference "$junos-framed-route-ipv6-distance"
    set dynamic-profiles DHCP-PROFILE routing-instances "$junos-routing-instance" routing-options rib "$junos-ipv6-rib" access route $junos-framed-route-ipv6-address-prefix tag "$junos-framed-route-ipv6-tag"
    set dynamic-profiles DHCP-PROFILE routing-instances "$junos-routing-instance" routing-options access route $junos-framed-route-ip-address-prefix next-hop "$junos-framed-route-nexthop"
    set dynamic-profiles DHCP-PROFILE routing-instances "$junos-routing-instance" routing-options access route $junos-framed-route-ip-address-prefix metric "$junos-framed-route-cost"
    set dynamic-profiles DHCP-PROFILE routing-instances "$junos-routing-instance" routing-options access route $junos-framed-route-ip-address-prefix preference "$junos-framed-route-distance"
    set dynamic-profiles DHCP-PROFILE routing-instances "$junos-routing-instance" routing-options access route $junos-framed-route-ip-address-prefix tag "$junos-framed-route-tag"
    set dynamic-profiles DHCP-PROFILE interfaces demux0 unit "$junos-interface-unit" no-traps
    set dynamic-profiles DHCP-PROFILE interfaces demux0 unit "$junos-interface-unit" proxy-arp
    set dynamic-profiles DHCP-PROFILE interfaces demux0 unit "$junos-interface-unit" demux-options underlying-interface "$junos-underlying-interface"
    set dynamic-profiles DHCP-PROFILE interfaces demux0 unit "$junos-interface-unit" family inet demux-source $junos-subscriber-ip-address
    set dynamic-profiles DHCP-PROFILE interfaces demux0 unit "$junos-interface-unit" family inet filter input "$junos-input-filter"
    set dynamic-profiles DHCP-PROFILE interfaces demux0 unit "$junos-interface-unit" family inet filter output "$junos-output-filter"
    set dynamic-profiles DHCP-PROFILE interfaces demux0 unit "$junos-interface-unit" family inet unnumbered-address "$junos-loopback-interface"
    set dynamic-profiles DHCP-PROFILE interfaces demux0 unit "$junos-interface-unit" family inet6 filter input "$junos-input-ipv6-filter"
    set dynamic-profiles DHCP-PROFILE interfaces demux0 unit "$junos-interface-unit" family inet6 filter output "$junos-output-ipv6-filter"
    set dynamic-profiles DHCP-PROFILE interfaces demux0 unit "$junos-interface-unit" family inet6 demux-source $junos-subscriber-ipv6-address
    set dynamic-profiles DHCP-PROFILE protocols router-advertisement interface "$junos-interface-name" max-advertisement-interval 60
    set dynamic-profiles DHCP-PROFILE protocols router-advertisement interface "$junos-interface-name" min-advertisement-interval 10
    set dynamic-profiles DHCP-PROFILE protocols router-advertisement interface "$junos-interface-name" other-stateful-configuration
    set dynamic-profiles DHCP-PROFILE protocols router-advertisement interface "$junos-interface-name" default-lifetime 3600
    set dynamic-profiles DHCP-PROFILE protocols router-advertisement interface "$junos-interface-name" prefix $junos-ipv6-ndra-prefix

    set dynamic-profiles AUTO-VLAN interfaces demux0 unit "$junos-interface-unit" actual-transit-statistics
    set dynamic-profiles AUTO-VLAN interfaces demux0 unit "$junos-interface-unit" demux-source inet
    set dynamic-profiles AUTO-VLAN interfaces demux0 unit "$junos-interface-unit" demux-source inet6
    set dynamic-profiles AUTO-VLAN interfaces demux0 unit "$junos-interface-unit" proxy-arp
    set dynamic-profiles AUTO-VLAN interfaces demux0 unit "$junos-interface-unit" vlan-id "$junos-vlan-id"
    set dynamic-profiles AUTO-VLAN interfaces demux0 unit "$junos-interface-unit" demux-options underlying-interface "$junos-interface-ifd-name"
    set dynamic-profiles AUTO-VLAN interfaces demux0 unit "$junos-interface-unit" family inet rpf-check fail-filter RPF-ALLOW-DHCP
    set dynamic-profiles AUTO-VLAN interfaces demux0 unit "$junos-interface-unit" family inet unnumbered-address lo0.0
    set dynamic-profiles AUTO-VLAN interfaces demux0 unit "$junos-interface-unit" family inet6


    user@BNG11# run show log bbesmgd
    Jan 7 14:59:44 bbe_process_dynamic_request: request to dprof plugin succeeded
    Jan 7 14:59:44 dprof_process_request: Received cfg bits 0x02940000 0xffc039f2
    Jan 7 14:59:44 dprof_process_request: Received ADD request for profile: "DHCP-PROFILE" from plugin: Central, Aux = 0
    Jan 7 14:59:44 dprof_update_client_profile_name: Versioned client profile name DHCP-PROFILE$$06 updated for session: 5044
    Jan 7 14:59:44 sdb_update_client_session_internal_sts: updated acct type summary counter: first 0, last 0
    Jan 7 14:59:44 sdb_update_client_session_internal_sts 4481: updated counter first state:0 last state:0 for session id 5044
    Jan 7 14:59:44 SDB session state is invalid for sid:5044
    Jan 7 14:59:44 ERR: dprof_process_request: Add pre_processing failure for client request from plugin: Central, session_id=5044, err=110, Invalid targeting config
    Jan 7 14:59:44 ERR: dprof_request_handler: Request processing failed for plugin: Central, session_id=5044, err=8
    Jan 7 14:59:44 bbe_central_dprof_response_handler: response received, dprof response = 0x0x550b158, data id = 0x5c62e94
    Jan 7 14:59:44 bbe_dyn_prof_send_response: NACKing dynamic profile, dprof error: Failed to create IFL
    Jan 7 14:59:44 <== END Dynamic Profile Response
    Jan 7 14:59:44 ==> BEGIN Dynamic Request( "DHCP-PROFILE"
    Jan 7 14:59:44 Info< session=5044 action=DELETE data_id=0x5c62eb0>
    Jan 7 14:59:44 bbe_process_dynamic_request: request to dprof plugin succeeded
    Jan 7 14:59:44 dprof_process_request: Received cfg bits 0x02940000 0xffc039f2
    Jan 7 14:59:44 dprof_process_request: Received DELETE request for profile: "DHCP-PROFILE" from plugin: Central, Aux = 0
    Jan 7 14:59:44 dprof_process_request: Deleting profile DHCP-PROFILE$$06 for session_id=5044, client: Central
    Jan 7 14:59:44 sdb_get_internal_variables_internal_sts: 8410 err=SDB data not found
    Jan 7 14:59:44 sdb_get_internal_variables_internal_sts:8501: Failed to get dyn attr: junos-interface-set-name, vid: 56, session_id=5044,err=SDB data not found
    Jan 7 14:59:44 bbe_central_dprof_response_handler: response received, dprof response = 0x0x550b158, data id = 0x5c62eb0
    Jan 7 14:59:44 bbe_dyn_prof_send_response: ACKing dynamic profile
    Jan 7 14:59:44 <== END Dynamic Profile Response




    RADIUS Termi nation Cause:
    nak          15  Service Unavailable

    ------------------------------
    Joao Ferreira
    ------------------------------


  • 2.  RE: AUTOVLAN + IPOE + IPV6 (NDRA) via RADIUS = bbesmgd ERROR

    Posted 01-09-2022 05:23
    after some changes, solved the problem, now i have another problem;

    Jan 8 11:06:24.821482 *********************************************************
    Jan 8 11:06:24.821511 NDRA PREFIX ALLOC begin
    Jan 8 11:06:24.821580 Externally assigned prefix 2804:BBBB:7fff:b000::/64 is already in use from or conflicts with pool WAN-IPV6
    Jan 8 11:06:24.821614 rule External-Authority failed
    Jan 8 11:06:24.821654 Failed to assign address <Error:authd class=3, code=7>
    Jan 8 11:06:24.822860 Result have been returned with opcode=0, result=13
    Jan 8 11:06:24.822905 ************* Results of Address Allocation *************
    Jan 8 11:06:24.822940 DUMP of all addressRequest fields for subscriber session-id:21953 router default:default
    Jan 8 11:06:24.822989 client type jdhcpd-client client type 1 mac address E4:8D:8C:E0:5D:3E
    Jan 8 11:06:24.823039 REQUESTING: OldStyle 0 OldStyleFilled 1 hint null null network 192.168.254.1 null
    Jan 8 11:06:24.823089 Framed-Pool-->SDB_USER_IP_POOL 'LAN-IPV4' used for V4NA
    Jan 8 11:06:24.823129 Framed-IPv6-Pool-->SDB_USER_IPV6_POOL 'WAN-IPV6' used for V6NA and/or V6NDRA
    Jan 8 11:06:24.823186 Jnpr-IPv6-Delegated-Pool-Name-->SDB_DELEGATED_IPV6_POOL 'LAN-IPV6' used for V6PD only
    Jan 8 11:06:24.823231 V4NA: req: no pool: NULL address: 100.111.0.2
    Jan 8 11:06:24.823270 V6NA: req: no pool: NULL address: null
    Jan 8 11:06:24.823356 V6PD: req: yes pool: NULL prefix: 2804:AAAA:8000:b0ce::/64
    Jan 8 11:06:24.823420 V6NDRA: req: yes pool: NULL ndra prefix: 2804:BBBB:7fff:b000::/64
    Jan 8 11:06:24.823454 *********************************************************
    Jan 8 11:06:24.823530 AuthFsm::current state=AuthStateActive(9) event=33 astEntry=0x32fc06c aaa msg=0x28143e0 session-id:21953
    Jan 8 11:06:24.823569 Auth-FSM: Post the Auth-Response and clean up. session-id:21953
    Jan 8 11:06:24.823599 UserAccess:FH03:1:1:DD71e63e3562 session-id:21953 reauth-failure ge-1/0/7.demux0.3221228220:1000
    Jan 8 11:06:24.823630 Framework: auth result is 13. Performing post-auth operations
    Jan 8 11:06:24.823658 Framework: result is 13.
    Jan 8 11:06:24.823988 SEQ SendClientMsg:jdhcpd-client session-id:21953 reply-code=12 (DUPLICATE ADDRESS ERROR), result-subopcode=13 (INTERNAL_ERROR), cookie=122962 ex_cookie=0x91 rply_len=4480, num_tlv_blocks=2
    Jan 8 11:06:24.824046 authd_auth_aaa_msg_destruct auth_aaa_msg: 0x281306c


    set access address-protection

    ------------------------------
    Joao Ferreira
    ------------------------------



  • 3.  RE: AUTOVLAN + IPOE + IPV6 (NDRA) via RADIUS = bbesmgd ERROR

    Posted 01-11-2022 16:54
    After some changes, anohter errors on logs;

    authd.log

    ====== Dynamic Service Request ======= session-id:22481
    Jan 11 18:17:58.211045 Dynamic Service Handler session-id:22481, dynRequest
    Jan 11 18:17:58.211086 Details from Current Dynamic Request: 0x331686c BulkCoaTransactionId=0 BulkCoaIdentifier=0 DynamicProfileUpdateFailCause=0 DynamicProfileUpdateErrorMsg="" Reason=0 NumServiceActivates 0 NumServiceDeactivates 0 getNumServicesCreated 0 StartIndex=0 NumBulkCoaRequests=1 NumRequests=0 SessionIdListSize=0 Sessions:
    Jan 11 18:17:58.211127 smmServiceHandler:3678 Nothing To Process: dynRequest 0x331686c
    Jan 11 18:17:58.211160 serviceRequestsPresent 0 NumRequests 0
    Jan 11 18:17:58.211193 ###################################################################
    Jan 11 18:17:58.211221 ######################### AUTH REQ ACK SENT #######################
    Jan 11 18:17:58.211248 ###################################################################
    Jan 11 18:17:58.211290 Framework: auth result is 1. Performing post-auth operations
    Jan 11 18:17:58.211342 Finding a client snapshot session-id:22481
    Jan 11 18:17:58.211585 Set Session Timeout Strict: TRUE
    Jan 11 18:17:58.211641 Found a Idle Timeout value: 600 passing it into the Accounting Module
    Jan 11 18:17:58.211670 Set Idle Timeout Ingress Only: TRUE
    Jan 11 18:17:58.211699 Framework: result is 1.
    Jan 11 18:17:58.211739 SEQ SendClientMsg:jdhcpd-client session-id:22481 reply-code=1 (OK), result-subopcode=1 (ACCESS_OK), cookie=453237 ex_cookie=0x91 rply_len=28, num_tlv_blocks=0
    Jan 11 18:17:58.212071 authd_auth_aaa_msg_destruct auth_aaa_msg: 0x28143e0
    Jan 11 18:17:58.212212 persistOnlyPrivateData
    Jan 11 18:17:58.212287 ~CoARequest 0x0x331686c
    Jan 11 18:17:58.212321 cleanServiceList: numRequests 0
    Jan 11 18:17:58.212351 ~DynamicRequestEntry 0x0x331686c
    Jan 11 18:17:58.212394 doPersistedDataUpdates
    Jan 11 18:17:58.212428 persistOnlyPrivateDatam_privateDataPersisted
    Jan 11 18:17:58.503371 Process/Dispatch Client Message
    Jan 11 18:17:58.503432 New Process/Dispatch Client Message
    Jan 11 18:17:58.503480 authd_auth_aaa_msg_create: num_of_tlvs:0 tot_num_of_tlv:0
    Jan 11 18:17:58.503513 authd_auth_aaa_msg_create username:() profile:()
    Jan 11 18:17:58.503547 Process Request
    Jan 11 18:17:58.503584 SEQ RecvClientMsg:jdhcpd-client session-id:22481 Opcode:1, Subcode:8 (SESSION_IPV6_DEACTIVATE)
    Jan 11 18:17:58.503639 Auth-FSM: reinterpretFsmEvent 48 to 59
    Jan 11 18:17:58.503682 AuthFsm::current state=AuthStateActive(9) event=59 astEntry=0x32fc06c aaa msg=0x28143e0 session-id:22481
    Jan 11 18:17:58.503717 deactivateFamilyForSessionNoSvc: Auth-FSM: Deactivating family-type 3 on subscriber-session-id:22481
    Jan 11 18:17:58.503748 authd_deactivate_notify(): enter MODULE-TYPE is 5
    Jan 11 18:17:58.503775 authd_deactivate_notify(): no provisioning module specified
    Jan 11 18:17:58.503801 ###################################################################
    Jan 11 18:17:58.503827 ################### FAMILY DEACTIVATE ACK SENT (NO SVC) #####################
    Jan 11 18:17:58.503854 ###################################################################
    Jan 11 18:17:58.503890 ****astEntry:0x32fc06c aaaMsg:0x28143e0 replyOpcode:1 replySubOpcode:8 replyStatus:1
    Jan 11 18:17:58.503971 SEQ SendClientMsg:jdhcpd-client session-id:22481 reply-code=1 (OK), result-subopcode=8 (SESSION_IPV6_DEACTIVATE), cookie=453237 ex_cookie=0x9d rply_len=28, num_tlv_blocks=0
    Jan 11 18:17:58.504029 authd_auth_aaa_msg_destruct auth_aaa_msg: 0x28136e8
    Jan 11 18:17:58.697948 chassisStartupUsecs from kernel call 0
    Jan 11 18:17:58.698477 chassisStartupUsecs from kernel call 0
    Jan 11 18:17:59.214461 Process/Dispatch Client Message
    Jan 11 18:17:59.214526 New Process/Dispatch Client Message
    Jan 11 18:17:59.214573 authd_tlv_build_list_from_struct username l =1 offset =56
    Jan 11 18:17:59.214605 authd_tlv_build_list_from_struct profile l =1 offset =57
    Jan 11 18:17:59.214636 authd_tlv_build_list_from_struct password l =1 offset =58
    Jan 11 18:17:59.214669 authd_auth_aaa_msg_create: num_of_tlvs:0 tot_num_of_tlv:0
    Jan 11 18:17:59.214702 authd_auth_aaa_msg_create username:() profile:()
    Jan 11 18:17:59.214734 Process Request
    Jan 11 18:17:59.214771 SEQ RecvClientMsg:jdhcpd-client session-id:22481 Opcode:769, Subcode:34 (REAUTH_ACCESS_REQUEST)
    Jan 11 18:17:59.214834 Taking a client snapshot, session-id:22481
    Jan 11 18:17:59.214896 getSubscriberAaaOptionsName
    Jan 11 18:17:59.214942 authd_build_req_attr_list_from_sdb_data: The request list is from sdb
    Jan 11 18:17:59.214978 Taking a client snapshot, session-id:22481
    Jan 11 18:17:59.215009 authd_build_req_attr_list_from_sdb_data: The request list is from aaa_msg
    Jan 11 18:17:59.215060 Performing domain-map check for session:22481 with username:FH03:1:1:DD71e63e3562
    Jan 11 18:17:59.215098 domain parse-direction:RtoL, domain-delimiter: "@" username:FH03:1:1:DD71e63e3562 domain to map:
    Jan 11 18:17:59.215130 Performing domain-map check for session:22481 with username:FH03:1:1:DD71e63e3562
    Jan 11 18:17:59.215173 Domain map lookup results for user:FH03:1:1:DD71e63e3562, parsed domain:, mapped domain:default, session-id:22481
    Jan 11 18:17:59.215228 Finding a client snapshot session-id:22481
    Jan 11 18:17:59.216245 UserAccess: session-id:22481 Access-profile: Multi-Acct-Session-Id:0 reauth-request
    Jan 11 18:17:59.216330 authd_auth_modules_pre_feed_sanity: message passed sanity test profile=(), username=()
    Jan 11 18:17:59.216387 AuthFsm::current state=AuthStateActive(9) event=1 astEntry=0x32fc06c aaa msg=0x28136e8 session-id:22481
    Jan 11 18:17:59.216425 ###################################################################
    Jan 11 18:17:59.216453 ########################### AUTH REQ RCVD #########################
    Jan 11 18:17:59.216479 ###################################################################
    Jan 11 18:17:59.216507 Auth-FSM: Process Auth-Request for session-id:22481 username <> profile <>
    Jan 11 18:17:59.216539 Auth-FSM: Process Reauth-Request for session-id:22481 ex_cookie:0x91
    Jan 11 18:17:59.216567 Auth-FSM: Process Auth-Request for session-id:22481 REAUTH V6
    Jan 11 18:17:59.216639 fillSessionDBAttributes: session-id:22481, ifdName: ge-1/0/7
    Jan 11 18:17:59.216677 Auth-FSM: Process Auth-Request for session-id:22481 REAUTH username len:21 profile len:11
    Jan 11 18:17:59.216711 Framework: Starting authentication
    Jan 11 18:17:59.216749 authd_advance_module_for_aaa_request_msg: result:0
    Jan 11 18:17:59.216788 Authd module start session-id:22481
    Jan 11 18:17:59.216816 authd_radius_start_auth: Starting RADIUS authentication session-id:22481
    Jan 11 18:17:59.216850 authd_radius_get_config:Using radius option config from access profile stanza
    Jan 11 18:17:59.216940 authd_radius_build_basic_auth_request: session-id:22481 profile=ACCESS-FTTH, username=FH03:1:1:DD71e63e3562
    Jan 11 18:17:59.216977 radius-access-request (reauth): User-Name added: FH03:1:1:DD71e63e3562
    Jan 11 18:17:59.217007 radius-access-request (reauth): User-Password added: ""
    Jan 11 18:17:59.217044 Taking a client snapshot, session-id:22481
    Jan 11 18:17:59.217108 radius-access-request (reauth): Service-Type added: 2
    Jan 11 18:17:59.217175 radius-access-request (reauth): Chargeable-User-Identity added:
    Jan 11 18:17:59.217228 radius-access-request (reauth): Acct-Session-Id added: 22481
    Jan 11 18:17:59.217289 radius-access-request (reauth): DHCP-MAC-Address (Juniper-ERX-VSA) added: e48d.8ce0.5d3e
    Jan 11 18:17:59.217367 radius-access-request (reauth): NAS-Identifier added: BNG11
    Jan 11 18:17:59.217416 radius-access-request (reauth): NAS-Port added: 0b 80 00 00
    Jan 11 18:17:59.217454 radius-access-request (reauth): NAS-Port-Id added: ge-1/0/7.demux0.3221228526:1000
    Jan 11 18:17:59.217499 radius-access-request (reauth): NAS-Port-Type added: 15
    Jan 11 18:17:59.217561 radius-access-request (reauth): PPPoE-Description (Juniper-ERX-VSA) added: pppoe e4:8d:8c:e0:5d:3e
    Jan 11 18:17:59.217626 radius-access-request (reauth): 1: Agent-Circuit-Id (DSL Forum-VSA) Sub-Attribute added: FH03:1:1:DD71e63e3562
    Jan 11 18:17:59.217692 radius-access-request (reauth): DHCP-First-Relay-IPv4-Address (Juniper-ERX-VSA) added: 177.23.168.11
    Jan 11 18:17:59.217775 radius-access-request (reauth): DHCPv6-Options (Juniper-ERX-VSA) added: 00 01 00 0a 00 03 00 01 e4 8d 8c e0 5d 3e 00 08 00 02 00 64 00 19 00 0c 00 00 00 02 00 00 07 08 00 00 0b 40
    Jan 11 18:17:59.217835 radius-access-request (reauth): DHCPv6-Header (Juniper-ERX-VSA) added: 01 58 8d 05
    Jan 11 18:17:59.217891 authd_create_application_specific_radius_server: Evaluating RADIUS server 177.23.168.29 to add to the server list
    Jan 11 18:17:59.217924 Evaluating RADIUS server 177.23.168.29 to add to the server list
    Jan 11 18:17:59.218282 Verify source address a0cff79 in routing instance index=36738
    Jan 11 18:17:59.218492 authd_radius_server_add: server 177.23.168.29 retry 10, timeout 60 acct_request 0
    Jan 11 18:17:59.218540 processSessionAttributeNasAddress 22481
    Jan 11 18:17:59.218569 processSessionAttributeNasAddress return false
    Jan 11 18:17:59.218721 Request queued successfully
    Jan 11 18:17:59.218767 REQUEST: AUTHEN - module_index 0 module(radius) return: ASYNC
    Jan 11 18:17:59.222799 authd_radius_get_config:Using radius option config from access profile stanza
    Jan 11 18:17:59.222846 RadiusServer: server[0] used for last request - 177.23.168.29
    Jan 11 18:17:59.222899 re-auth in progress, skip loading default service
    Jan 11 18:17:59.222951 Radius result is CLIENT_REQ_STATUS_SUCCESS
    Jan 11 18:17:59.223010 Parsing RADIUS message for session-id:22481
    Jan 11 18:17:59.223041 RADIUS Attribute: Parse Error: "Unsupported attribute type" Radius Standard Attr-Type: 241
    Jan 11 18:17:59.223071 RADIUS Attribute: Parse Error: "Unsupported attribute type" Radius Standard Attr-Type: 87
    Jan 11 18:17:59.223490 radius-access-accept: Acct-Interim-Interval ignored
    Jan 11 18:17:59.223544 Framework - module(radius) return: SUCCESS
    Jan 11 18:17:59.223576 authd_advance_module_for_aaa_response_msg: result:2
    Jan 11 18:17:59.223613 Taking a client snapshot, session-id:22481
    Jan 11 18:17:59.223652 Taking a client snapshot, session-id:22481
    Jan 11 18:17:59.223715 authd_update_session_auth_response: Updating the Auth-Response in SDB for session-id:22481
    Jan 11 18:17:59.223856 getTargetRoutingContextNamedefault:default
    Jan 11 18:17:59.223947 Finding a client snapshot session-id:22481
    Jan 11 18:17:59.223994 authd_auth_update_local_server_address ::Searching access profile ACCESS-FTTH for local DNS Server
    Jan 11 18:17:59.224042 Decoding incoming attributes
    Jan 11 18:17:59.224079 Subscriber attribute 10005, length 4
    Jan 11 18:17:59.224112 Subscriber attribute 10185, length 9
    Jan 11 18:17:59.224145 Subscriber attribute 33025, length 21
    Jan 11 18:17:59.224184 Received subscriber login request, subscriber-session-id:22481
    Jan 11 18:17:59.224217 Taking a client snapshot, session-id:22481
    Jan 11 18:17:59.224275 Decoding attribute 10005 length 4
    Jan 11 18:17:59.224345 Decoding attribute 10185 length 9
    Jan 11 18:17:59.224379 Decoding attribute 33025 length 21
    Jan 11 18:17:59.224435 Processing address request in default:default network 177.23.168.11 mac E4:8D:8C:E0:5D:3E
    Jan 11 18:17:59.224471 readSessionEntry
    Jan 11 18:17:59.224515 Found Delegated-Ipv6-Prefix-Pool LAN-IPV6
    Jan 11 18:17:59.224547 Setting poolID for delegated pool
    Jan 11 18:17:59.224664 Using Delegated-Ipv6-Prefix 2804:1088:8000:b0ef::/64 as V6PD hint for session-id:22481
    Jan 11 18:17:59.224721 Clearing poolID for delegated pool since prefix received
    Jan 11 18:17:59.224795 Using Framed-Ipv6-Prefix 2804:1088:7fff:b00b::/64 as NDRA hint for session-id:22481
    Jan 11 18:17:59.224834 Processing rule Reserve-Address
    Jan 11 18:17:59.224865 ************** START-ReserveAddress ******************
    Jan 11 18:17:59.224898 DUMP of all addressRequest fields for subscriber session-id:22481 router default:default
    Jan 11 18:17:59.224942 client type jdhcpd-client client type 1 mac address E4:8D:8C:E0:5D:3E
    Jan 11 18:17:59.224993 REQUESTING: OldStyle 0 OldStyleFilled 1 hint null null network 177.23.168.11 null
    Jan 11 18:17:59.225037 Framed-Pool-->SDB_USER_IP_POOL 'LAN-IPV4' used for V4NA
    Jan 11 18:17:59.225076 Framed-IPv6-Pool-->SDB_USER_IPV6_POOL 'WAN-IPV6' used for V6NA and/or V6NDRA
    Jan 11 18:17:59.225115 Jnpr-IPv6-Delegated-Pool-Name-->SDB_DELEGATED_IPV6_POOL 'LAN-IPV6' used for V6PD only
    Jan 11 18:17:59.225160 V4NA: req: no pool: NULL address: 100.111.0.2
    Jan 11 18:17:59.225199 V6NA: req: no pool: NULL address: null
    Jan 11 18:17:59.225264 V6PD: req: yes pool: NULL prefix: 2804:1088:8000:b0ef::/64
    Jan 11 18:17:59.225367 V6NDRA: req: yes pool: NULL ndra prefix: 2804:1088:7fff:b00b::/64
    Jan 11 18:17:59.225405 *********************************************************
    Jan 11 18:17:59.225439 findAddressReservation <FH03:1:1:DD71e63e3562>
    Jan 11 18:17:59.225471 *************** END-ReserveAddress *******************
    Jan 11 18:17:59.225503 DUMP of all addressRequest fields for subscriber session-id:22481 router default:default
    Jan 11 18:17:59.225545 client type jdhcpd-client client type 1 mac address E4:8D:8C:E0:5D:3E
    Jan 11 18:17:59.225594 REQUESTING: OldStyle 0 OldStyleFilled 1 hint null null network 177.23.168.11 null
    Jan 11 18:17:59.225639 Framed-Pool-->SDB_USER_IP_POOL 'LAN-IPV4' used for V4NA
    Jan 11 18:17:59.225679 Framed-IPv6-Pool-->SDB_USER_IPV6_POOL 'WAN-IPV6' used for V6NA and/or V6NDRA
    Jan 11 18:17:59.225717 Jnpr-IPv6-Delegated-Pool-Name-->SDB_DELEGATED_IPV6_POOL 'LAN-IPV6' used for V6PD only
    Jan 11 18:17:59.225782 V4NA: req: no pool: NULL address: 100.111.0.2
    Jan 11 18:17:59.225821 V6NA: req: no pool: NULL address: null
    Jan 11 18:17:59.225887 V6PD: req: yes pool: NULL prefix: 2804:1088:8000:b0ef::/64
    Jan 11 18:17:59.225950 V6NDRA: req: yes pool: NULL ndra prefix: 2804:1088:7fff:b00b::/64
    Jan 11 18:17:59.226274 *********************************************************
    Jan 11 18:17:59.226324 Done processing rules
    Jan 11 18:17:59.226404 Setting NDRA prefix to 2804:1088:7fff:b00b::/64
    Jan 11 18:17:59.226477 Set the IPv6 interface address to:2804:1088:7fff:b00b::1/64
    Jan 11 18:17:59.226525 Trying to assign address 100.111.0.2 to subscriber session-id:22481
    Jan 11 18:17:59.226575 addressAssign Find pool from address 100.111.0.2 is in pool LAN-IPV4 session-id:22481
    Jan 11 18:17:59.226689 Trying to assign prefix 2804:1088:8000:b0ef::/64 to subscriber session-id:22481
    Jan 11 18:17:59.226764 Trying to assign ndra prefix 2804:BBBB:7fff:b00b::/64 to subscriber session-id:22481
    Jan 11 18:17:59.226810 Finding a client snapshot session-id:22481
    Jan 11 18:17:59.227108 Result have been returned with opcode=0, result=2
    Jan 11 18:17:59.227147 ************* Results of Address Allocation *************
    Jan 11 18:17:59.227180 DUMP of all addressRequest fields for subscriber session-id:22481 router default:default
    Jan 11 18:17:59.227223 client type jdhcpd-client client type 1 mac address E4:8D:8C:E0:5D:3E
    Jan 11 18:17:59.227272 REQUESTING: OldStyle 0 OldStyleFilled 1 hint null null network 177.23.168.11 null
    Jan 11 18:17:59.227450 Framed-Pool-->SDB_USER_IP_POOL 'LAN-IPV4' used for V4NA
    Jan 11 18:17:59.227499 Framed-IPv6-Pool-->SDB_USER_IPV6_POOL 'WAN-IPV6' used for V6NA and/or V6NDRA
    Jan 11 18:17:59.227538 Jnpr-IPv6-Delegated-Pool-Name-->SDB_DELEGATED_IPV6_POOL 'LAN-IPV6' used for V6PD only
    Jan 11 18:17:59.227586 V4NA: req: no pool: LAN-IPV4 address: 100.111.0.2
    Jan 11 18:17:59.227626 V6NA: req: no pool: NULL address: null
    Jan 11 18:17:59.227718 V6PD: req: yes pool: NULL prefix: 2804:AAAA:7fff:b0ef::/64
    Jan 11 18:17:59.227782 V6NDRA: req: yes pool: NULL ndra prefix: 2804:BBBB:7fff:b00b::/64
    Jan 11 18:17:59.227817 *********************************************************
    Jan 11 18:17:59.227892 AuthFsm::current state=AuthStateActive(9) event=2 astEntry=0x32fc06c aaa msg=0x28136e8 session-id:22481
    Jan 11 18:17:59.227931 Auth-FSM: Process Auth-Response for session-id:22481 and client type broadband
    Jan 11 18:17:59.227962 UserAccess:FH03:1:1:DD71e63e3562 session-id:22481 reauth-granted ge-1/0/7.demux0.3221228526:1000
    Jan 11 18:17:59.227991 createDynamicRequest: (3) received
    Jan 11 18:17:59.228023 CoARequest CTOR 0x0x331686c
    Jan 11 18:17:59.228053 createDynamicRequest: isBulkCoaRequest 0
    Jan 11 18:17:59.228083 ServiceAtReauthRequest::dynamicRequestDecode: unsupported attribute 10202
    Jan 11 18:17:59.228118 ServiceAtReauthRequest::findServiceChanges: subscriber session-id:22481 has 0 services. Attempt to activate 0 services. ignore LI
    Jan 11 18:17:59.228150 ServiceAtReauthRequest::findServiceChanges: existing:0 No services to add or delete
    Jan 11 18:17:59.228179 ServiceAtReauthRequest No Service Plan Change
    Jan 11 18:17:59.228227

    ====== Dynamic Service Request ======= session-id:22481
    Jan 11 18:17:59.228281 Dynamic Service Handler session-id:22481, dynRequest
    Jan 11 18:17:59.228327 Details from Current Dynamic Request: 0x331686c BulkCoaTransactionId=0 BulkCoaIdentifier=0 DynamicProfileUpdateFailCause=0 DynamicProfileUpdateErrorMsg="" Reason=0 NumServiceActivates 0 NumServiceDeactivates 0 getNumServicesCreated 0 StartIndex=0 NumBulkCoaRequests=1 NumRequests=0 SessionIdListSize=0 Sessions:
    Jan 11 18:17:59.228364 smmServiceHandler:3678 Nothing To Process: dynRequest 0x331686c
    Jan 11 18:17:59.228396 serviceRequestsPresent 0 NumRequests 0
    Jan 11 18:17:59.228428 ###################################################################
    Jan 11 18:17:59.228456 ######################### AUTH REQ ACK SENT #######################
    Jan 11 18:17:59.228506 ###################################################################
    Jan 11 18:17:59.228550 Framework: auth result is 1. Performing post-auth operations
    Jan 11 18:17:59.228603 Finding a client snapshot session-id:22481
    Jan 11 18:17:59.229153 Set Session Timeout Strict: TRUE
    Jan 11 18:17:59.229188 Found a Idle Timeout value: 600 passing it into the Accounting Module
    Jan 11 18:17:59.229217 Set Idle Timeout Ingress Only: TRUE
    Jan 11 18:17:59.229246 Framework: result is 1.
    Jan 11 18:17:59.229288 SEQ SendClientMsg:jdhcpd-client session-id:22481 reply-code=1 (OK), result-subopcode=1 (ACCESS_OK), cookie=453238 ex_cookie=0x91 rply_len=28, num_tlv_blocks=0
    Jan 11 18:17:59.229417 authd_auth_aaa_msg_destruct auth_aaa_msg: 0x28143e0
    Jan 11 18:17:59.229475 persistOnlyPrivateData
    Jan 11 18:17:59.229541 ~CoARequest 0x0x331686c
    Jan 11 18:17:59.229575 cleanServiceList: numRequests 0
    Jan 11 18:17:59.229606 ~DynamicRequestEntry 0x0x331686c
    Jan 11 18:17:59.229647 doPersistedDataUpdates
    Jan 11 18:17:59.229681 persistOnlyPrivateDatam_privateDataPersisted
    Jan 11 18:17:59.518507 Process/Dispatch Client Message
    Jan 11 18:17:59.518568 New Process/Dispatch Client Message
    Jan 11 18:17:59.518617 authd_auth_aaa_msg_create: num_of_tlvs:0 tot_num_of_tlv:0
    Jan 11 18:17:59.518651 authd_auth_aaa_msg_create username:() profile:()
    Jan 11 18:17:59.518684 Process Request
    Jan 11 18:17:59.518721 SEQ RecvClientMsg:jdhcpd-client session-id:22481 Opcode:1, Subcode:8 (SESSION_IPV6_DEACTIVATE)
    Jan 11 18:17:59.518776 Auth-FSM: reinterpretFsmEvent 48 to 59
    Jan 11 18:17:59.518819 AuthFsm::current state=AuthStateActive(9) event=59 astEntry=0x32fc06c aaa msg=0x28143e0 session-id:22481
    Jan 11 18:17:59.518855 deactivateFamilyForSessionNoSvc: Auth-FSM: Deactivating family-type 3 on subscriber-session-id:22481
    Jan 11 18:17:59.518886 authd_deactivate_notify(): enter MODULE-TYPE is 5
    Jan 11 18:17:59.518912 authd_deactivate_notify(): no provisioning module specified
    Jan 11 18:17:59.518938 ###################################################################
    Jan 11 18:17:59.519038 ################### FAMILY DEACTIVATE ACK SENT (NO SVC) #####################
    Jan 11 18:17:59.519068 ###################################################################
    Jan 11 18:17:59.519105 ****astEntry:0x32fc06c aaaMsg:0x28143e0 replyOpcode:1 replySubOpcode:8 replyStatus:1
    Jan 11 18:17:59.519148 SEQ SendClientMsg:jdhcpd-client session-id:22481 reply-code=1 (OK), result-subopcode=8 (SESSION_IPV6_DEACTIVATE), cookie=453238 ex_cookie=0x9d rply_len=28, num_tlv_blocks=0
    Jan 11 18:17:59.519206 authd_auth_aaa_msg_destruct auth_aaa_msg: 0x28136e8


    bbesmgd

    Jan 11 18:19:55 ==> BEGIN Dynamic Request( "DHCP-PROFILE$$24"
    Jan 11 18:19:55 Info< session=22481 action=ADD data_id=0x5c68898>
    Jan 11 18:19:55 bbe_process_dynamic_request: request to dprof plugin succeeded
    Jan 11 18:19:55 dprof_process_request: Received cfg bits 0xe52b0000 0x002fc001
    Jan 11 18:19:55 dprof_process_request: Received ADD request for profile: "DHCP-PROFILE$$24" from plugin: Central, Aux = 0
    Jan 11 18:19:55 bbe_intf_add_ifl_pre_processing:3933 bbesmgd_targeting found pseudo ifl_type 4
    Jan 11 18:19:55 bbe_intf_dprof_add_create_ipv6_iff_context:5108 v6_prefix_found 2804:1088:8000:b0ef:: IFL = demux0.3221228527 bbe-index = 3391, ifl_type = 4
    Jan 11 18:19:55 bbe_intf_dprof_add_create_ipv6_iff_context:5165 bbe_iff_add_sub_prefix 2804:1088:8000:b0ef:: (ifl demux0.3221228527:3391)
    Jan 11 18:19:55 sdb_get_internal_variables_internal_sts: 8410 err=SDB data not found
    Jan 11 18:19:55 sdb_get_internal_variables_internal_sts:8501: Failed to get dyn attr: junos-input-ipv6-filter, vid: 17, session_id=22481,err=SDB data not found
    Jan 11 18:19:55 sdb_get_internal_variables_internal_sts: 8410 err=SDB data not found
    Jan 11 18:19:55 sdb_get_internal_variables_internal_sts:8501: Failed to get dyn attr: junos-output-ipv6-filter, vid: 18, session_id=22481,err=SDB data not found
    Jan 11 18:19:55 dprof_process_request: Profile add preprocessing done for client request from plugin: Central, session_id=22481
    Jan 11 18:19:55 dprof_fanout_server_requests: Request id: 16859, session_id=22481, sent to server: DFW
    Jan 11 18:19:55 dprof_fanout_server_requests: Request id: 16859, session_id=22481, sent to server: CoS
    Jan 11 18:19:55 dprof_fanout_server_requests: Request id: 16859, session_id=22481, sent to server: ROUTE
    Jan 11 18:19:55 dprof_fanout_server_requests: Request id: 16859, session_id=22481, sent to server: BFD
    Jan 11 18:19:55 dprof_fanout_server_requests: Sent request id 16859.
    Jan 11 18:19:55 dprof_process_request: Queuing request 16859 for session_id=22481 plugin: Central
    Jan 11 18:19:55 dprof_process_request: Request is a client instantiation for "DHCP-PROFILE$$24", session_id=22481
    Jan 11 18:19:55 sdb_get_internal_variables_internal_sts: 8410 err=SDB data not found
    Jan 11 18:19:55 sdb_get_internal_variables_internal_sts:8501: Failed to get dyn attr: junos-input-ipv6-filter, vid: 17, session_id=22481,err=SDB data not found
    Jan 11 18:19:55 dprof_build_and_send_response: NACK from DFW sent for request: 16859, error: 13 cfg_err: 1
    Jan 11 18:19:55 dprof_build_and_send_response: ACK from CoS sent for request: 16859
    Jan 11 18:19:55 bbe_route_config_dprof_find:540 Route config db
    Jan 11 18:19:55 bbe_route_config_dprof_find_or_create:575 Route config db
    Jan 11 18:19:55 bbe_route_config_dprof_find:540 Route config db
    Jan 11 18:19:55 bbe_ra_config_dprof_find_or_create:2400 ra config db
    Jan 11 18:19:55 bbe_ra_config_dprof_find:2368 RA config db
    Jan 11 18:19:55 bbe_route_config_dprof_find:540 Route config db
    Jan 11 18:19:55 bbe_route_config_dprof_find_or_create:575 Route config db
    Jan 11 18:19:55 bbe_route_config_dprof_find:540 Route config db
    Jan 11 18:19:55 bbe_route_add_req_msg: Send add-req message from ROUTE, passed in mac_address = E4:8D:8C:E0:5D:3E
    Jan 11 18:19:55 bbe_route_add_ra_prefix: Add RA prefix route for prefix 2804:1088:7fff:b00b::/64, rtt_index 0, ifl_type 4
    Jan 11 18:19:55 dprof_build_and_send_response: ACK from ROUTE sent for request: 16859
    Jan 11 18:19:55 bbe_route_dprof_add_cb: dprof_send_ack() succeeded for request id: 16859

    Jan 11 18:19:55 dprof_build_and_send_response: ACK from BFD sent for request: 16859
    Jan 11 18:19:55 dprof_response_handler: Finding request 16859 for plugin: Central
    Jan 11 18:19:55 dprof_response_handler: NACK received for profile request id: 16859 from server plugin: DFW, error code: 0x0701000d
    Jan 11 18:19:55 dprof_get_service_flag: No SDB_SERVICE_INFO_FLAGS for service session_id=22481, err=-7
    Jan 11 18:19:55 dprof_response_handler: No SDB_SERVICE_INFO_FLAGS for session_id=22481
    Jan 11 18:19:55 dprof_response_handler: Required service flag session_id=22481
    Jan 11 18:19:55 dprof_response_handler: Waiting for other server plugins (0x45) responses to profile req id: 16859, session_id=22481
    Jan 11 18:19:55 dprof_response_handler: Finding request 16859 for plugin: Central
    Jan 11 18:19:55 dprof_response_handler: ACK received for profile request id: 16859 from server plugin: CoS
    Jan 11 18:19:55 dprof_response_handler: Waiting for other server plugins (0x44) responses to profile req id: 16859, session_id=22481
    Jan 11 18:19:55 clientAddRoute: 2804:1088:7fff:b00b::/64, lsri default:default, flags 0x10000040, iff 0x5c23100, nhGwType 1
    Jan 11 18:19:55 BbeRoute: routeIndex 536, route 0x56c4d00, 2804:BBBB:7fff:b00b::/64, lsri default:default, infra 0x56c4c8c
    Jan 11 18:19:55 constructRoute: routeIndex 536, LNS, 2804:BBBB:7fff:b00b::/64, infra 0x56c4c8c, iff 0x5c23100, nhGwType 1, flags 0x10000040
    Jan 11 18:19:55 publishAdd: routeIndex 536, 2804:BBBB:7fff:b00b::/64, flags 3
    Jan 11 18:19:55 notifyRpdRouteAdd: routeIndex 0x00000218, rpdRouteId 0x0000020d. Add RPD route
    Jan 11 18:19:55 dprof_response_handler: Finding request 16859 for plugin: Central
    Jan 11 18:19:55 dprof_response_handler: ACK received for profile request id: 16859 from server plugin: ROUTE
    Jan 11 18:19:55 dprof_response_handler: Waiting for other server plugins (0x40) responses to profile req id: 16859, session_id=22481
    Jan 11 18:19:55 dprof_response_handler: Finding request 16859 for plugin: Central
    Jan 11 18:19:55 dprof_response_handler: ACK received for profile request id: 16859 from server plugin: BFD
    Jan 11 18:19:55 dprof_profile_request_done: Entering ..cfg bits 0xe1000000 0x00230000,
    Jan 11 18:19:55 ERR: dprof_respond_to_client: Sending NACK profile response for: "DHCP-PROFILE$$24" to plugin: Central, req id: 16859, result 0, err=0x0701000d
    Jan 11 18:19:55 dprof_respond_to_client: Send response to plugin: Central succeeded, req id: 16859
    Jan 11 18:19:55 bbe_central_dprof_response_handler: response received, dprof response = 0x0x56ac698, data id = 0x5c68898
    Jan 11 18:19:55 bbe_dyn_prof_send_response: NACKing dynamic profile, plugin error: NACK from plugin: DFW cfg_err: 1 error_code: 13
    Jan 11 18:19:55 <== END Dynamic Profile Response
    Jan 11 18:19:55 bbe_central_route_notify_filter: Route Filtering Event Created for plugin Central route 0x56c4c8c
    Jan 11 18:19:55 rpdRouteAddAck: rpdRouteId 0x0000020d
    Jan 11 18:19:55 bbe_iff_raw_inet6_output:397 Send PKT to ifl=demux0.3221228526, route found 0, input l2 valid 0, out l2 valid 1, send_len 136
    Jan 11 18:19:55 bbe_if_execute_iff_output_tap_handlers: IFL demux0.3221228526 type=3 ifl tap: 0, iff tap: 0
    Jan 11 18:19:55 bbe_if_execute_iff_output_tap_handlers: UIFL ge-1/0/7.32767 type=2 ifl tap: 0
    Jan 11 18:19:55 bbe_if_execute_ifl_output_tap_handlers: IFL demux0.3221228527 type=4 ifl tap: 0
    Jan 11 18:19:55 bbe_if_execute_ifl_output_tap_handlers: IFL demux0.3221228526 type=3 ifl tap: 0
    Jan 11 18:19:55 bbe_vlan_ifl_output: Send PKT to vlan_ifl=demux0.3221228526

    @BNG11# run show subscribers extensive
    Type: VLAN
    Logical System: default
    Routing Instance: default
    Interface: demux0.3221228526
    Interface type: Dynamic
    Underlying Interface: ge-1/0/7
    Dynamic Profile Name: AUTO-VLAN
    Dynamic Profile Version: 18
    State: Active
    Session ID: 22480
    PFE Flow ID: 3390
    VLAN Id: 1000
    Login Time: 2022-01-11 17:32:37 BRT
    IPv4 rpf-check Fail Filter Name: RPF-ALLOW-DHCP

    Type: DHCP
    User Name: FH03:1:1:DD71e63e3562
    IP Address: 100.111.0.2
    IP Netmask: 255.255.255.248
    Domain name server inet: 190.109.80.251 177.23.168.19
    IPv6 Prefix: 2804:AAAA:7fff:b0ef::/64
    Domain name server inet6: 2804:1088::12 2804:1088::16
    IPv6 User Prefix: 2804:BBBB:7fff:b00b::/64
    Logical System: default
    Routing Instance: default
    Interface: demux0.3221228527
    Interface type: Dynamic
    Underlying Interface: demux0.3221228526
    Dynamic Profile Name: DHCP-PROFILE
    Dynamic Profile Version: 24
    MAC Address: e4:8d:8c:e0:5d:3e
    Idle Timeout (seconds): 600
    Idle Timeout Ingress Only: TRUE
    State: Active
    Radius Accounting ID: 22481
    Session ID: 22481
    PFE Flow ID: 3391
    VLAN Id: 1000
    Agent Circuit ID: FH03:1:1:DD71e63e3562
    Login Time: 2022-01-11 17:32:37 BRT
    DHCP Options: len 31
    35 01 01 37 08 01 79 03 21 06 2a 8a 2b 0c 07 52 42 5f 57 49
    46 49 3d 07 01 e4 8d 8c e0 5d 3e
    DHCPV6 Options: len 36
    00 01 00 0a 00 03 00 01 e4 8d 8c e0 5d 3e 00 08 00 02 5b 04
    00 19 00 0c 00 00 00 02 00 00 07 08 00 00 0b 40
    DHCP Header: len 44
    01 01 06 00 62 04 2a 2d 00 00 80 00 00 00 00 00 00 00 00 00
    00 00 00 00 00 00 00 00 e4 8d 8c e0 5d 3e 00 00 00 00 00 00
    00 00 00 00
    IP Address Pool: LAN-IPV4
    IPv6 Address Pool: WAN-IPV6
    IPv6 Delegated Address Pool: LAN-IPV6
    IPv6 Interface Address: 2804:BBBB:7fff:b00b::1/64
    IPv4 Input Filter Name: default-demux0.3221228527-in
    IPv4 Output Filter Name: default-demux0.3221228527-out
    Accounting interval: 1200
    Access Line Attributes:
    Agent Circuit ID: FH03:1:1:DD71e63e3562
    Dynamic configuration:
    junos-ipv6-ndra-prefix: 2804:BBBB:7fff:b00b::/64

    ------------------------------
    Joao Ferreira
    ------------------------------