RBFS Log Reference

RBFS generates logs for various events. RBFS logs are record of events which occur on different functional components or modules in RBFS.

RBFS logs are categorized based on demons or modules from which they are produced. The following are some of the example scenarios when event logs are generated:

  • Failure conditions such as failure in decoding received DHCP relay packet or failure to access a configuration file.

  • Normal operations such as when an IPoE subscriber is created or deleted and an interface has been configured and so on.

  • Critical conditions such as power failure.

This document provides log information such as log ID, message, description and module, severity level and recommended actions.

Log Destination You can locate and view the logs using multiple interfaces which include RBFS command line interface. RBFS also supports exporting logs to external log management servers such as Syslog server and Graylog server for real-time analysis.

You can view the logs in the RBFS command line interface using the show log command. Various command options are available to filter and display logs. For more information, see the Logging Operational Commands section.

1. bd Log Messages

1.1. Log Level Summary

Error(20), Notice(2), Info(5)

Log ID

BD_UV_UDP_BIND_FAILED

Message

UV_UDP: UDP socket bind failed for addr: %s port: %s with error: %s

Description

Failed to bind to local addr and port to create UDP socket

Log Module

bd

Log Group

udp

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_UV_UDP_CONNECT_FAILED

Message

UV_UDP: UDP socket connect failed for remote addr: %s port: %s with error: %s

Description

Failed to connect to remote addr and port to create UDP socket

Log Module

bd

Log Group

udp

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_UV_UDP_INVALID_ADDR_FAMILY

Message

UV_UDP: UDP socket creation failed due to invalid address family %s

Description

Failed to create UDP socket due to invalid address family

Log Module

bd

Log Group

udp

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_UV_UDP_READ_START_FAILED

Message

UV_UDP: Failed to start read on UDP socket add: %s port: %s with error: %s

Description

Failed to start read on UDP socket

Log Module

bd

Log Group

udp

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_UV_UDP_MISSING_CB

Message

UV_UDP: UDP socket create failed due to missing receive or send callback

Description

UDP socket create failed due to missing receive or send callback

Log Module

bd

Log Group

udp

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_UV_DNS_TEMPLATE_MISSING_CB

Message

UV_DNS: DNS getnameinfo failed due to missing paramters

Description

DNS getnameinfo failed due to missing paramters

Log Module

bd

Log Group

dns-resolver

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_UV_GETNAMEINFO_FAILED

Message

UV_DNS: DNS getnameinfo failed to fetch due to %s

Description

DNS getnameinfo failed to fetch

Log Module

bd

Log Group

dns-resolver

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_SERVICE_START_FAILED

Message

Failed to launch service %s

Description

Failed launch new service

Log Module

bd

Log Group

service-launch

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_SERVICE_STOP_FAILED

Message

Failed to terminate service %s

Description

Terminate service

Log Module

bd

Log Group

service-launch

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_SERVICE_RESTART_FAILED

Message

Failed to restart service %s

Description

Failed to restart service

Log Module

bd

Log Group

service-launch

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_JWK_FILE_READ_FAILED

Message

Failed to read keys from JWK file %s

Description

Failed to read keys from JWK file

Log Module

bd

Log Group

http

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_JWK_MULTIPLE_KEYS

Message

Multiple keys in JWK secret file

Description

Multiple keys in JWK secret file

Log Module

bd

Log Group

http

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_JWK_FILE_MISSING

Message

JSON Web Key file %s not found

Description

JSON Web Key file not found

Log Module

bd

Log Group

http

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_JWK_FILE_MEM_ALLOC_FAILED

Message

Memory error: unable to allocate %s bytes

Description

Unable to allocate memory to read JSON Wen key file

Log Module

bd

Log Group

http

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_JWK_FILE_OPEN_FAILED

Message

Unable to open JWK file %s

Description

Unable to open JWK file

Log Module

bd

Log Group

http

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_JWK_MISSING_KEY

Message

Key missing in JWK secret file

Description

Key missing in JWK secret file

Log Module

bd

Log Group

http

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_JWK_FILE_JSON_PARSE_FAILED

Message

Failed to parse json content from JWK file %s

Description

Failed to parse json content from JWK file

Log Module

bd

Log Group

http

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_WRITE_BUFFER_MEM_ALLOC_FAILED

Message

Failed to allocate memory for HTTP write buffer of size %s

Description

Failed to allocate memory for HTTP write buffer

Log Module

bd

Log Group

http

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_WRITE_PRINTF_FAILED

Message

Failed to write data to http write buffer

Description

Failed to write data to http write buffer

Log Module

bd

Log Group

http

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_RESP_INSUFFICIENT_BUFFER

Message

Failed to read response body, body len: %s input buffer len: %s

Description

Failed to read response body due to insufficient buffer

Log Module

bd

Log Group

http

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_SERVICE_START

Message

Launch service %s, PID %s

Description

Launch new service

Log Module

bd

Log Group

service-launch

Severity

NOTICE

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_SERVICE_STOP

Message

Terminate service %s

Description

Terminate service

Log Module

bd

Log Group

service-launch

Severity

NOTICE

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_SERVICE_START_REQUEST

Message

%s module requested to launch %s service

Description

Service launch request from module

Log Module

bd

Log Group

service-launch

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_SERVICE_STOP_REQUEST

Message

%s module requested to terminate service %s

Description

Service terminate request from module

Log Module

bd

Log Group

service-launch

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

BD_SERVICE_RESTART

Message

Restart service %s, PID %s

Description

Restart new service

Log Module

bd

Log Group

service-launch

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_SEND

Message

Send response for request endpoint %s %s buf count %s state %s

Description

Send response details

Log Module

bd

Log Group

http

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTP_CLIENT_REQUEST_LOG

Message

method: %s path: %s request body: %s response code: %s response body: %s

Description

Log http request and response

Log Module

bd

Log Group

http

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


2. BGP Log Messages

2.1. Log Level Summary

Alert(1), Notice(1), Info(45), Debug(16)

Log ID

BGP_PEER_STATE_CHANGE

Message

BGP FSM change, peer %s, source %s, hostname %s, instance %s changed state from %s to %s, reason %s

Description

BGP FSM state change log

Log Module

bgp

Log Group

peer

Severity

Alert

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_PEER_RESET

Message

BGP peer %s, source %s, hostname %s, instance %s reset, reason %s

Description

BGP Session reset

Log Module

bgp

Log Group

peer

Severity

Notice

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_IFL_NBR_ADD

Message

Link-local peer %s discovered on interface %s, instance %s

Description

BGP Link-local peer discovered on interface

Log Module

bgp

Log Group

peer

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_IFL_NBR_DEL

Message

Link-local peer %s deleted on interface %s, instance %s

Description

BGP Link-local peer deleted on interface

Log Module

bgp

Log Group

peer

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_PEER_RESET_FSM_ERR

Message

BGP peer %s, source %s, hostname %s, instance %s reset, reason FSM error subcode %s, message type %s

Description

BGP Session reset due to FSM error

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_MSG_OPEN_VERSION

Message

BGP peer %s, source %s, hostname %s, instance %s received open message with version %s

Description

BGP peer %s, source %s, hostname %s, instance %s received open message with unsupported version

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_MSG_OPEN_IDENTIFIER

Message

BGP Open message received with bad identifier %s

Description

BGP Open message received with bad identifier

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_MSG_OPEN_HOLDTIMER

Message

BGP peer %s, source %s, hostname %s, instance %s received open message with illegal hold timer %s

Description

BGP Open message received with bad hold timer value

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_INVALID_RECEIVED_AS

Message

BGP peer %s, source %s, hostname %s, instance %s received wrong AS %s, expected AS %s

Description

BGP Received wrong AS number from remote peer

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_MSG_MANDATORY_ATTRIBUTE

Message

BGP peer %s, source %s, hostname %s, instance %s received message %s with mandatory parameter %s missing

Description

BGP message mandatory parameter missing

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_PEER_RESET_MSG_HDR_LEN_ERR

Message

BGP peer %s, source %s, hostname %s, instance %s is reset, reason: invalid message header length %s

Description

BGP peer reset log for invalid header length

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_PEER_RESET_INVALID_TYPE

Message

BGP peer %s, source %s, hostname %s, instance %s is reset, reason: invalid message type %s, length %s

Description

BGP peer reset log for invalid message type

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_PEER_RESET_INVALID_PARAMETER_TYPE

Message

BGP peer %s, source %s, hostname %s, instance %s is reset, reason: invalid optional parameter, message %u, parameter type %u

Description

BGP peer reset log for invalid optional parameter type

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_PEER_RESET_INVALID_CAP_LEN

Message

BGP peer %s, source %s hostname %s, instance %s is reset, reason: invalid capability type %s, capability length %s

Description

BGP peer reset log for invalid capability length

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_DUPLICATE_TCP_ACCEPT

Message

BGP peer %s, source %s, hostname %s, instance %s duplicate accept socket is success.

Description

BGP Duplicate accept socket success

Log Module

bgp

Log Group

peer

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_IFL_CHANGE

Message

Interface %s, instance %s received event %s

Description

Interface status change event

Log Module

bgp

Log Group

interface

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_IFA_CHANGE

Message

Interface %s, instance %s received %s of address %s

Description

Interface address event

Log Module

bgp

Log Group

interface

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_INSTANCE_INACTIVE

Message

Instance %s is inactive, reason %s

Description

BGP Instance is inactive

Log Module

bgp

Log Group

instance

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_MSG_VALIDATION_FAIL

Message

BGP message received from peer %s, source %s, hostname %s, instance %s validation failed. Message type %s

Description

BGP Message validation failure

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_MSG_DECODE_FAIL

Message

BGP message received from peer %s, source %s, hostname %s, instance %s decode failed. Message type %s

Description

BGP Message decode failure

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_SET_ERR_INFO

Message

Update processing error. code %s , subcode %s

Description

BGP Update processing error code and subcode

Log Module

bgp

Log Group

message

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_INVALID_IPV4_PREFIX

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Received invalid prefix %s/%s

Description

BGP Update message received with invalid prefix

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_ATTR_REPEAT

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Attribute %s repeated

Description

BGP Update message with attribute repeated

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_ATTR_WELLKNOWN_TRANS

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Attribute %s does not have well known transitive flag set

Description

BGP Update processing error: Attribute does not have well known transitive flag set

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_ATTR_WK_TRANS_PARTIAL

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Well known transitive attribute %s has partial bit set

Description

BGP Update processing error: Well known transitive attribute has partial bit set

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_ATTR_INVALID_ASPATH_LEN

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Invalid AS path length %s

Description

BGP Update processing: Invalid AS path length

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_ENFORCE_FIRST_AS

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: First AS %s is not peer AS %s, ignoring

Description

BGP Update processing: First AS is not peer AS, so ignore the update

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_INVALID_SEG_TYPE

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Invalid path segment type %s

Description

BGP Update processing: Invalid segment type

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_INVALID_NH

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Invalid unicast ip address in nexthop %s

Description

BGP Update processing: Invalid unicast ip address in nexthop

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_INVALID_IP6_PREFIX

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Invalid prefix %s/%s

Description

BGP Update processing Invalid ipv6 prefix

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_RCVD_NON_NEGOTIATED_AF

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Received NLRI of non-negotiated address family %s, safi %s

Description

BGP Update processing: Received NLRI of non-negotiated address family

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_INVALID_LEN

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Received invalid length %s

Description

BGP Update processing: Received invalid length

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_MALFORMED_PATH_ATTR

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Received malformed path attribute %s, length %s

Description

BGP Update processing: Received malformed path attribute

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_ATTR_EXT_LEN

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Invalid length bit set for attribute %s

Description

BGP Update processing: Invalid length bit set for attribute

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_ATTR_INVALID_ORIGIN

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Invalid origin attribute value %s

Description

BGP Update processing: Invalid origin attribute value

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_ATTR_OPTIONAL_TRANS

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Attribute %s does not have optional transitive flag set

Description

BGP Update processing: Attribute does not have optional transitive flag set

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_OWN_ROUTER_ID

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Received own router id %s

Description

BGP Update processing: Received own router ID

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_ATTR_OPTIONAL_NON_TRANS

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Attribute %s does not have optional non-transitive flag set

Description

BGP Update processing: Attribute does not have optional non-transitive flag set

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_INVALID_ATTR_EBGP

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Received invalid attribute %s from EBGP peer

Description

BGP Update processing: Received invalid attribute from EBGP peer

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_INVALID_SR_IDX_LEN

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Invalid SR index length %s

Description

BGP Update processing: Invalid SR index length

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_INVALID_SRGB_LEN

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Invalid SRGB length %s

Description

BGP Update processing: Invalid SRGB length

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_PATH_ATTR_FAIL

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Processing path attribute failed

Description

BGP Update processing: Processing path attribute failed

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_MREACH_FAIL

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Processing MPREACH NLRI attribute failed

Description

BGP Update processing: Processing MPREACH NLRI attribute failed

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_INVALID_EXP_LEN

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Received invalid length %s . Expected %s

Description

BGP Update processing: Received invalid length

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_NLRI_FAIL

Message

BGP update message processing, peer %s, source %s, hostname %s, instance %s: Processing NLRI attribute failed

Description

BGP Update processing: Processing NLRI attribute failed

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FSM_PEER_STATE_CHANGE

Message

Peer [%s] Src[%s] CurState[%s] Event[%s] NextState[%s]

Description

BGP Update processing: Processing NLRI attribute failed

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_UPD_FLOWSPEC_INVALID_LEN

Message

BGP flowspec update message processing, peer %s, source %s, hostname %s, instance %s: Received invalid flowspec nlri(%s)

Description

BGP Update processing: Received invalid length

Log Module

bgp

Log Group

message

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_NO_ROUTER_ID

Message

Router ID is not present in instance %s

Description

BGP Router ID is present

Log Module

bgp

Log Group

peer

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_NO_LOCAL_AS

Message

Local AS is not configured in instance %s

Description

BGP Local AS is not configured

Log Module

bgp

Log Group

peer

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_RECEIVED

Message

Flowspec rule %s received from Peer(peer:%s, src:%s), flowspec hash (%s)

Description

BGP Flowspec update/withdraw received

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_SEND

Message

Flowspec rule %s send to Peer(peer:%s, src:%s), (flowspec hash: %s)

Description

BGP Flowspec send to peer

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_RULE_INVALID

Message

Flowspec rule (flowspec hash: %s) not updated

Description

BGP Flowspec not updated

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_ENTRY_DELETED

Message

Flowspec rule (flowspec hash: %s) deleted

Description

BGP Flowspec rule deleted

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_PRIORITY_ADDED

Message

Flowspec rule (flowspec hash: %s) added at index %s

Description

BGP Flowspec rule priority added

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_ACL_ADDED

Message

Flowspec rule (flowspec hash: %s) added with priority %s and acl count %s

Description

BGP Flowspec rule acl added

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_ACL_DELETED

Message

Flowspec rule (flowspec hash: %s) deleted with priority %s and acl count %s

Description

BGP Flowspec rule acl deleted

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_ACL_REINSTALLED

Message

Flowspec rule (flowspec hash: %s) reinstalled with priority %s and acl count %s

Description

BGP Flowspec rule acl reinstalled

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_PRIORITY_DELETED

Message

Flowspec rule (flowspec hash: %s) at index %s deleted

Description

BGP Flowspec rule priority deleted

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_PRIORITY_UPDATED

Message

Flowspec rule (flowspec hash: %s) priority updated from %s to %s acl-full:%s status:%s

Description

BGP Flowspec rule priority updated

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_PRIORITY_FULL

Message

Flowspec rule (flowspec hash: %s) not sorted as the max rule count %s reached

Description

BGP Flowspec rule not sorted

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_PRIORITY_NOT_FOUND

Message

Flowspec rule (flowspec hash: %s) not found in priority sorting

Description

BGP Flowspec rule not found

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_PRIORITY_FOUND

Message

Flowspec rule (flowspec hash: %s) found in priority sorting at index %s

Description

BGP Flowspec rule found

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

BGP_FLOWSPEC_STATUS_INVALID

Message

Status invalid flowspec(%s)

Description

Invalid status

Log Module

bgp

Log Group

flowspec

Severity

debug

Recommended Actions

Contact Rtbrick customer support


3. nat Log Messages

3.1. Log Level Summary

Warning(1), Notice(3)

Log ID

NAT_LOG_POOL_RESOURCE_STATUS

Message

Pool exhaustion, status %s, pool %s, instance %s

Description

Resource Usage Status

Log Module

nat

Log Group

nat-resource

Severity

warning

Recommended Actions

Contact Rtbrick customer support


Log ID

NAT_LOG_USER_ADDR_PORT_ALLOC

Message

IPv4 Address Allocated, User %s, Original Address %s, Translated Address %s, L4-Port-Range %s - %s

Description

User IPv4 Address and Port-Range Allocated

Log Module

nat

Log Group

nat-resource

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

NAT_LOG_USER_ADDR_PORT_FREE

Message

IPv4 Address Freed, User %s, Original Address %s, Translated Address %s, L4-Port-Range %s - %s

Description

User IPv4 Address and Port-Range Freed

Log Module

nat

Log Group

nat-resource

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

NAT_LOG_RULE_USAGE_STATUS

Message

Max rules, status %s, subscriber %s

Description

Address Translation Rules Usage of a Subsciber

Log Module

nat

Log Group

nat-resource

Severity

notice

Recommended Actions

Contact Rtbrick customer support


4. rtbrick-cli Log Messages

4.1. Log Level Summary

Info(1)

Log ID

CLI_BACKEND_COMMAND_EXECUTION_LOG

Message

%s

Description

Command executed via cli/restconf

Log Module

rtbrick-cli

Log Group

cli-execution

Severity

info

Recommended Actions

Contact Rtbrick customer support


5. hostconfd Log Messages

5.1. Log Level Summary

Error(5), Info(6)

Log ID

HOSTCONFD_ALERTING_CONFIG_ERROR

Message

HOSTCONFD alert config error {event:%s}

Description

Error reported by hostconfd on alerting configuration error

Log Module

hostconfd

Log Group

functional

Severity

ERROR

Recommended Actions

Check the hostconfd operational status


Log ID

IPMI_CONFIG_TABLE_ERROR

Message

Failed to create IPMI config table %s

Description

Failed to create IPMI config table

Log Module

hostconfd

Log Group

functional

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

WATCHDOG_CONFIG_TABLE_ERROR

Message

Failed to create Watchdog config table %s

Description

Failed to create Watchdog config table

Log Module

hostconfd

Log Group

functional

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

SNMP_CONFIG_TABLE_ERROR

Message

Failed to create snmp config table %s

Description

Failed to create snmp config table

Log Module

hostconfd

Log Group

functional

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

FAIL2BAN_CONFIG_TABLE_ERROR

Message

Failed to create fail2ban config table %s

Description

Failed to create fail2ban config table

Log Module

hostconfd

Log Group

functional

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

HOSTCONFD_BDS_GENERIC_FAIL

Message

Failed due to bds events- {table:%s}

Description

Failed due to bds events

Log Module

hostconfd

Log Group

bds

Severity

INFO

Recommended Actions

Check table/object in the bds commands


Log ID

HOSTCONFD_TABLE_CONFIG_READ_FAIL

Message

Failed to read static hostconfd table configuration- {file:%s}

Description

Failed to read static hostconfd table configuration

Log Module

hostconfd

Log Group

config

Severity

INFO

Recommended Actions

Check the json format/table-name in the file


Log ID

HOSTCONFD_DYN_PLUGIN_REGN_FAIL

Message

Failed to register dynamic plugin- {table-type:%s}

Description

Failed to register dynamic plugin

Log Module

hostconfd

Log Group

config

Severity

INFO

Recommended Actions

Check the table definition


Log ID

HOSTCONFD_HTTP_HEADER_FAIL

Message

Failed to create HTTP header to send to hostconfd {event:%s}

Description

Failed to create HTTP header to send to hostconfd

Log Module

hostconfd

Log Group

functional

Severity

INFO

Recommended Actions

Check the table definition


Log ID

HOSTCONFD_HTTP_CONTENT_FAIL

Message

Failed to create HTTP content to send to hostconfd- {table-type:%s}

Description

Failed to create HTTP content to send to hostconfd

Log Module

hostconfd

Log Group

functional

Severity

INFO

Recommended Actions

Check the table deifinition


Log ID

HOSTCONFD_CONNECTION_DOWN

Message

HOSTCONFD connection is DOWN {event:%s}

Description

HOSTCONFD connection is DOWN

Log Module

hostconfd

Log Group

functional

Severity

INFO

Recommended Actions

Check the hostconfd operational status


6. Interfaces Log Messages

6.1. Log Level Summary

Info(20)

Log ID

IFM_OPER_IFP_ADMIN_UP

Message

Admin status of the physical interface %s is UP

Description

Interface configuration change triggered

Log Module

ifm

Log Group

config

Severity

info

Recommended Actions

Check the interface configurations for this physical interface


Log ID

IFM_OPER_IFP_ADMIN_DOWN

Message

Admin status of the physical interface %s is DOWN

Description

Interface configuration change triggered

Log Module

ifm

Log Group

config

Severity

info

Recommended Actions

Check the interface configurations for this physical interface


Log ID

IFM_OPER_IFP_LINK_UP

Message

Link status of the physical interface %s is UP

Description

Interface link events triggered

Log Module

ifm

Log Group

interface-events

Severity

info

Recommended Actions

Check the physical connection for this particular port


Log ID

IFM_OPER_IFP_LINK_DOWN

Message

Link status of the physical interface %s is DOWN

Description

Interface link events triggered

Log Module

ifm

Log Group

interface-events

Severity

info

Recommended Actions

Check the physical connection for this particular port


Log ID

IFM_OPER_IFP_OPERATIONAL_UP

Message

Operational status of the physical interface %s is UP

Description

Interface config or link events triggered

Log Module

ifm

Log Group

interface-events

Severity

info

Recommended Actions

Check the physical connection for this particular port or the interface configuration


Log ID

IFM_OPER_IFP_OPERATIONAL_DOWN

Message

Operational status of the physical interface %s is DOWN

Description

Interface config or link events triggered

Log Module

ifm

Log Group

interface-events

Severity

info

Recommended Actions

Check the physical connection for this particular port or the interface configuration


Log ID

IFM_OPER_IFL_ADMIN_UP

Message

Admin status of the logical interface %s is UP

Description

Interface configuration change triggered

Log Module

ifm

Log Group

config

Severity

info

Recommended Actions

Check the interface configurations for this logical interface


Log ID

IFM_OPER_IFL_ADMIN_DOWN

Message

Admin status of the logical interface %s is DOWN

Description

Interface configuration change triggered

Log Module

ifm

Log Group

config

Severity

info

Recommended Actions

Check the interface configurations for this logical interface


Log ID

IFM_OPER_IFL_LINK_UP

Message

Link status of the logical interface %s is UP

Description

Interface link events triggered

Log Module

ifm

Log Group

interface-events

Severity

info

Recommended Actions

Check the physical connection for this particular port


Log ID

IFM_OPER_IFL_LINK_DOWN

Message

The link status of the logical interface %s is DOWN

Description

Interface link events triggered

Log Module

ifm

Log Group

interface-events

Severity

info

Recommended Actions

Check the physical connection for this particular port


Log ID

IFM_OPER_IFL_OPERATIONAL_UP

Message

Operational status of the logical interface %s is UP

Description

Interface config or link events triggered

Log Module

ifm

Log Group

interface-events

Severity

info

Recommended Actions

Check the physical connection for this particular port or the logical interface configuration


Log ID

IFM_OPER_IFL_OPERATIONAL_DOWN

Message

The operational status of the logical interface %s is DOWN

Description

Interface config or link events triggered

Log Module

ifm

Log Group

interface-events

Severity

info

Recommended Actions

Check the physical connection for this particular port or the logical interface configuration


Log ID

IFM_OPER_IFL_IPV4_STATUS_UP

Message

IPv4 status of the logical interface %s is UP

Description

Logical Interface configuration change triggered

Log Module

ifm

Log Group

config

Severity

info

Recommended Actions

Check the ipv4 status for this logical interface


Log ID

IFM_OPER_IFL_IPV4_STATUS_DOWN

Message

IPv4 status of the logical interface %s is DOWN

Description

Logical Interface configuration change triggered

Log Module

ifm

Log Group

config

Severity

info

Recommended Actions

Check the ipv4 status for this logical interface


Log ID

IFM_OPER_IFL_IPV6_STATUS_UP

Message

IPv6 status of the logical interface %s is UP

Description

Logical Interface configuration change triggered

Log Module

ifm

Log Group

config

Severity

info

Recommended Actions

Check the ipv6 status for this logical interface


Log ID

IFM_OPER_IFL_IPV6_STATUS_DOWN

Message

IPv6 status of the logical interface %s is DOWN

Description

Logical Interface configuration change triggered

Log Module

ifm

Log Group

config

Severity

info

Recommended Actions

Check the ipv6 status for this logical interface


Log ID

IFM_OPER_IFL_MPLS_STATUS_UP

Message

The MPLS status of the logical interface %s is UP

Description

Logical Interface configuration change triggered

Log Module

ifm

Log Group

config

Severity

info

Recommended Actions

Check the mpls status for this logical interface


Log ID

IFM_OPER_IFL_MPLS_STATUS_DOWN

Message

MPLS status of the logical interface %s is DOWN

Description

Logical Interface configuration change triggered

Log Module

ifm

Log Group

config

Severity

info

Recommended Actions

Check the mpls status for this logical interface


Log ID

IFM_OPER_IFP_HOLDDOWN_START

Message

The holddown machinery for the physical interface %s is activated

Description

Interface config or link events triggered

Log Module

ifm

Log Group

interface-events

Severity

info

Recommended Actions

Check the physical connection for this particular port or its configuration


Log ID

IFM_OPER_IFP_HOLDDOWN_STOP

Message

The holddown machinery for the physical interface %s is deactivated after %s carrier transitions

Description

Interface config or link events triggered

Log Module

ifm

Log Group

interface-events

Severity

info

Recommended Actions

Check the physical connection for this particular port or its configuration


7. IPoE Log Messages

7.1. Log Level Summary

Info(17), Debug(24)

Log ID

SUBSCRIBER_CREATED

Message

IPoE subscriber %s created for %s.%s:%s %s

Description

IPoE subscriber created

Log Module

ipoe

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSCRIBER_DELETED

Message

IPoE subscriber %s deleted with terminate code %s

Description

IPoE subscriber deleted

Log Module

ipoe

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_BINDING_CREATED

Message

IPoE subscriber %s DHCP binding created

Description

Subscriber DHCP binding created

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_BINDING_DELETED

Message

IPoE subscriber %s DHCP binding deleted

Description

Subscriber DHCP binding deleted

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_BINDING_EXPIRED

Message

IPoE subscriber %s DHCP binding lease timer expired

Description

Subscriber DHCP binding lease expired

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCPV6_BINDING_CREATED

Message

IPoE subscriber %s DHCPv6 binding created

Description

Subscriber DHCPv6 binding created

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCPV6_BINDING_DELETED

Message

IPoE subscriber %s DHCPv6 lease expired

Description

Subscriber DHCPv6 binding deleted

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCPV6_BINDING_EXPIRED

Message

IPoE subscriber %s DHCPv6 binding lease timer expired

Description

Subscriber DHCPv6 binding lease expired

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_OPTION_IGNORED

Message

IPoE subscriber %s %s option %s ignored (%s)

Description

Subscriber DHCP option ignored

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_BINDING_RELEASED

Message

IPoE subscriber %s DHCP binding released

Description

Subscriber DHCP binding released

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_BINDING_FAILED

Message

IPoE subscriber %s DHCP binding failed

Description

Subscriber DHCP binding lease expired

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCPV6_BINDING_RELEASED

Message

IPoE subscriber %s DHCPv6 binding released

Description

Subscriber DHCPv6 binding released

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCPV6_BINDING_FAILED

Message

IPoE subscriber %s DHCPv6 binding failed

Description

Subscriber DHCPv6 binding failed

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSCRIBER_STATE

Message

IPoE subscriber %s state changed from %s to %s

Description

IPoE subscriber state

Log Module

ipoe

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCPV6_IA_STATUS

Message

IPoE subscriber %s DHCPv6 %s from %s status code %s (%s)

Description

Subscriber DHCPv6 IA status code received

Log Module

ipoe

Log Group

dhcp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_TRAP

Message

Trap rule %s %s for DHCP relay

Description

DHCP relay trap installation

Log Module

ipoe

Log Group

dhcp-relay

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_SHM_DECODE

Message

DHCP relay packet shm validation error

Description

Failed to decode received DHCP relay packet

Log Module

ipoe

Log Group

dhcp-relay

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSCRIBER_DELETE_FAILED

Message

IPoE subscriber %s deletion with terminate code %s failed

Description

IPoE subscriber deletion failed

Log Module

ipoe

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSCRIBER_RD_FAILURE

Message

IPoE subscriber %s from redundancy session %s failed due to %s

Description

IPoE redundancy subscriber failed

Log Module

ipoe

Log Group

redundancy

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

IPOED_BDS_TABLE_CREATE_ERROR

Message

Failed to create BDS table %s

Description

Failed to create BDS table

Log Module

ipoe

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_DECODE_ERROR

Message

DHCP relay packet decode error on interface %s, error code: %s subcode: %s

Description

Failed to decode received DHCP relay packet

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_IP_UDP_DECODE

Message

DHCP relay packet IP header decode error on interface %s

Description

Failed to decode received DHCP relay packet

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_GATEWAY_IP

Message

DHCP relay gateway IP address not configured for interface %s

Description

DHCP relay config missing

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_BINDING_ADD

Message

DHCP relay binding added for client %s on interface %s with gateway IP %s, client-ip %s and lease-time %s

Description

DHCP relay binding added

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_BINDING_DELETE

Message

DHCP relay binding deleted for client %s on interface %s

Description

DHCP relay binding deleted

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_BINDING_MISSING

Message

DHCP relay binding missing for client %s, ignoring the packet from server

Description

DHCP relay binding missing

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_CONFIG

Message

DHCP relay configuration missing for interface %s

Description

DHCP relay config missing

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_SERVER_LIST_CONFIG

Message

DHCP relay server configuration missing on interface %s, dropping the DHCP packet %s

Description

DHCP server config missing

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_SERVER_CONFIG

Message

DHCP relay server IP configuration missing on interface %s for DHCP server %s

Description

DHCP server config missing

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_SERVER_GET

Message

Unable to get DHCP relay server %s configuration on interface %s

Description

DHCP server config missing

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_PACKET_CLIENT_RCV

Message

DHCP %s received from client on interface %s with MAC %s

Description

DHCP relay packet received from client

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_PACKET_SERVER_RCV

Message

DHCP %s received from server %s for client on interface %s with MAC %s

Description

DHCP relay packet received from server

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_PACKET_CLIENT_SENT

Message

DHCP %s from server %s sent to client on interface %s with MAC %s

Description

DHCP relay packet sent to client

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_PACKET_SERVER_SENT

Message

DHCP %s sent to server %s from client on interface %s with MAC %s

Description

DHCP relay packet sent to server

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_PACKET_CLIENT_RCV_INVALID

Message

Invalid DHCP %s received from client on interface %s with MAC %s

Description

DHCP relay packet received from client

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_PACKET_SERVER_RCV_INVALID

Message

Invalid DHCP %s received from server %s

Description

DHCP relay packet received from server

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_PROXY_SERVER

Message

Selecting the server %s for the client on interface %s in proxy mode

Description

DHCP relay proxy server selected

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_PROXY_IGNORE_SERVER_PACKET

Message

Ignoring packet %s from server %s as the selected server is %s

Description

DHCP relay proxy packet ignored from server

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_ENCODE_ERROR

Message

Error in encoding DHCP %s packet with client interface %s with MAC %s

Description

DHCP relay encode error

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_PROXY_NO_SERVER

Message

Server identifier missing in DHCP relay binding, dropping the DHCP %s packet from client interface %s with MAC %s

Description

DHCP relay proxy no server in binding

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

DHCP_RELAY_INVALID_DST_IP

Message

Invalid destination IP, dropping the DHCP %s packet from client interface %s with MAC %s

Description

DHCP relay proxy no server in binding

Log Module

ipoe

Log Group

dhcp-relay

Severity

debug

Recommended Actions

Contact Rtbrick customer support


8. IS-IS Log Messages

8.1. Log Level Summary

Alert(1), Info(14), Debug(4)

Log ID

ISIS_AUTHENTICATION_FAIL

Message

Authentication failure for PDU %s, interface %s, instance %s, level %s

Description

ISIS Authentication failure log

Log Module

isis

Log Group

message

Severity

alert

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_INSTANCE_OVERLOAD

Message

ISIS instance %s, level %s, %s, overload state

Description

ISIS instance overload enter/exit log

Log Module

isis

Log Group

instance

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_NEIGHBOR_DISCOVERY

Message

ISIS neighbor %s, discovered, interface %s, instance %s

Description

ISIS neighbor discovery log

Log Module

isis

Log Group

neighbor

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_NEIGHBOR_STATE_CHANGE

Message

ISIS neighbor %s, interface %s, instance %s, changed state from %s, to %s, reason %s

Description

ISIS neighbor FSM state change log

Log Module

isis

Log Group

neighbor

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_IFL_CHANGE

Message

Interface %s, instance %s, received event %s, operational state %s, admin state %s, ipv4 status %s, ipv6 status %s

Description

ISIS enabled interface status change event

Log Module

isis

Log Group

interface

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_IFA_CHANGE

Message

Interface %s, instance %s, received %s, for address %s

Description

ISIS enabled interface address event

Log Module

isis

Log Group

interface

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_PDU_DECODE_FAIL

Message

ISIS PDU %s, decode failure received in interface %s, instance %s, level %s, reason %s

Description

ISIS PDU decode failure log

Log Module

isis

Log Group

message

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_LSP_FLOOD_FILTER_BLOCK

Message

LSP flooding is blocked for neighbor %s, in interface %s, instance %s, level %s, for lsp-id %s

Description

ISIS flood filter block log

Log Module

isis

Log Group

message

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_SPF_COMPUTATION

Message

Dijkstra’s Shortest Path First algorithm triggered in instance %s, level %s. Reason %s

Description

Dijkstra’s Shortest Path First algorithm triggered

Log Module

isis

Log Group

spf

Severity

Info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_SPF_COMPUTATION_LSP

Message

Dijkstra’s Shortest Path First algorithm triggered in instance %s, level %s. Reason LSP %s, received

Description

LSP received triggers Dijkstra’s Shortest Path First algorithm

Log Module

isis

Log Group

spf

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_ORIGINATE_SELF_LSP

Message

Self lsp is originate in instance %s, level %s, lsp id %s, sequence number %s

Description

Self lsp origination log

Log Module

isis

Log Group

lsp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_IPV4_PREFIX_ADD

Message

Add %s, metric %s, source %s, preference %s, instance %s, topology %s

Description

ipv4 prefix addition log

Log Module

isis

Log Group

route

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_IPV6_PREFIX_ADD

Message

Add %s, metric %s, source %s, preference %s, instance %s, topology %s

Description

ipv6 prefix addition log

Log Module

isis

Log Group

route

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_MPLS_LABEL_ADD

Message

Add mpls label %s, source %s, preference %s, instance %s, topology %s

Description

MPLS prefix addition log

Log Module

isis

Log Group

route

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_MPLS_LABEL_DELETE

Message

Delete mpls-label %s, instance %s, topology %s

Description

MPLS prefix deletion log

Log Module

isis

Log Group

route

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_NEIGHBOR_DELETED

Message

ISIS neighbor %s, deleted, interface %s, instance %s

Description

ISIS neighbor deleted log

Log Module

isis

Log Group

neighbor

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_ORIGINATE_LSP_PURGE

Message

Purge lsp is originated in instance %s, level %s, lsp id %s, sequence number %s

Description

Purge lsp origination log

Log Module

isis

Log Group

lsp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_IPV4_PREFIX_DELETE

Message

Delete %s, instance %s, topology %s

Description

ipv4 prefix deletion log

Log Module

isis

Log Group

route

Severity

Debug

Recommended Actions

Contact Rtbrick customer support


Log ID

ISIS_IPV6_PREFIX_DELETE

Message

Delete %s, instance %s, topology %s

Description

ipv6 prefix deletion log

Log Module

isis

Log Group

route

Severity

Debug

Recommended Actions

Contact Rtbrick customer support


9. LDP Log Messages

9.1. Log Level Summary

Info(5), Debug(18)

Log ID

LDP_NBR_CREATED

Message

LDP Neighbour created, peer %s, interface %s, instance %s

Description

LDP has formed a new neighbor

Log Module

ldp

Log Group

adjacency

Severity

INFO

Recommended Actions

None Required.


Log ID

LDP_NBR_DELETED

Message

LDP Neighbour deleted, peer %s, interface %s, instance %s

Description

LDP neighbor is removed.

Log Module

ldp

Log Group

adjacency

Severity

INFO

Recommended Actions

Configure the neighbor router again for establishing neighborship and sending hello packets.


Log ID

LDP_NOTIFICATION_IN

Message

LDP Notification received, peer %s, instance %s, reason %s

Description

LDP has received notification messages. There are basically two types of notification, one is advisory and the other is fatal. In case a fatal notification is received, the session will be reset.

Log Module

ldp

Log Group

notification

Severity

INFO

Recommended Actions

If the peer is reset, run the show ldp session detail command and check the ā€œReasonā€ attribute.


Log ID

LDP_NOTIFICATION_OUT

Message

LDP Notification sent, peer %s, instance %s, reason %s

Description

LDP has sent out notification messages to the peer.

Log Module

ldp

Log Group

notification

Severity

INFO

Recommended Actions

If peer is reset, run the show ldp session detail command and check the ā€œReasonā€ attribute.


Log ID

LDP_SESSION_STATE

Message

LDP session state changed to %s, peer %s, instance %s

Description

LDP session state has changed

Log Module

ldp

Log Group

peer

Severity

INFO

Recommended Actions

None Required.


Log ID

LDP_SESSION_CREATED

Message

LDP Session created, peer %s, instance %s

Description

LDP has formed a new session.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_SESSION_DELETED

Message

LDP Session deleted, peer %s, instance %s

Description

LDP session is deleted.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

Run the show ldp session detail command and check the ā€œReasonā€ attribute for information.


Log ID

LDP_TCP_STATE_CHNG

Message

LDP TCP state changed from "%s" to "%s" due to event "%s", peer %s, instance %s

Description

LDP TCP state has changed.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_SESSION_STATE_CHNG

Message

LDP Session state changed from "%s" to "%s" due to event "%s", peer %s, instance %s

Description

LDP session state has changed.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_ADDR_OUT

Message

LDP Address message sent for prefix %s, peer %s, instance %s

Description

LDP address message is sent.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_ADDR_IN

Message

LDP Address message received for prefix %s, peer %s, instance %s

Description

LDP address message is received.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_ADDR_WITHDRAW_OUT

Message

LDP Address withdraw message sent for prefix %s, peer %s, instance %s

Description

LDP address withdrawal message is sent.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_ADDR_WITHDRAW_IN

Message

LDP Address withdraw message received for prefix %s, peer %s, instance %s

Description

LDP address withdrawal message is received.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_LABEL_MAP_OUT

Message

LDP label mapping message sent for prefix %s with label-%s, peer %s, instance %s

Description

LDP mapping message is sent.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_LABEL_MAP_IN

Message

LDP label mapping message received for prefix %s with label-%s, peer %s, instance %s

Description

LDP mapping is received.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_LABEL_WITHDRAW_OUT

Message

LDP label withdraw message sent for prefix %s with label-%s, peer %s, instance %s

Description

LDP mapping withdrawal message is sent.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_LABEL_WITHDRAW_IN

Message

LDP label withdraw message received for prefix %s with label-%s, peer %s, instance %s

Description

LDP mapping withdrawal message is received.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_LABEL_REQ_REPLY_OUT

Message

LDP label request message reply for prefix %s sent with label-%s, peer %s, instance %s

Description

LDP request reply message is sent.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_LABEL_REQ_IN

Message

LDP label request message received, prefix %s, peer %s, instance %s

Description

LDP request message is received.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_LABEL_REL_OUT

Message

LDP label release message sent, prefix %s, label-%s, peer %s, instance %s

Description

LDP release message is sent.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_MSG_LABEL_REL_IN

Message

LDP label release message received, prefix %s, label-%s, peer %s, instance %s

Description

LDP release message is received.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_ADD_TO_FIB

Message

LDP route added to FIB, prefix %s, label-%s, instance %s

Description

LDP has been added to FIB.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


Log ID

LDP_DEL_FROM_FIB

Message

LDP route deleted from FIB, prefix %s, label-%s, instance %s

Description

LDP is deleted from FIB.

Log Module

ldp

Log Group

peer

Severity

debug

Recommended Actions

None Required.


10. License Log Messages

10.1. Log Level Summary

Critical(4), Error(16), Warning(1), Notice(1), Info(2)

Log ID

LICENSE_TRAIL_PERIOD_EXPIRY

Message

The software trial period has ended, please install a license

Description

The software trial period has ended, please install a license

Log Module

license

Log Group

operational

Severity

CRITICAL

Recommended Actions

Please install a license


Log ID

LICENSE_EXPIRY_CRITICAL

Message

The current license has expired, please install a new license

Description

The current license has expired

Log Module

license

Log Group

operational

Severity

CRITICAL

Recommended Actions

Please install a new license


Log ID

LICENSE_INSTALL_FAIL

Message

License installation failed. Please try again. If its persists contact support

Description

The license has not been installed

Log Module

license

Log Group

operational

Severity

CRITICAL

Recommended Actions

Please contact RtBrick support


Log ID

LICENSE_EXPIRED_INSTALL

Message

License installed has already expired, please install a valid license

Description

The current license has expired

Log Module

license

Log Group

operational

Severity

CRITICAL

Recommended Actions

Please install a new license


Log ID

LICENSE_INTERNAL_NULL_STRING

Message

NULL license string passed to license verification API

Description

Invalid parameters passed for license verification API

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_FILE_READ_FAILURE

Message

Unable to read license string from license file %s

Description

License file read failed

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_FILE_OPEN_FAILURE

Message

Unable to open from license file %s

Description

Unable to open license file

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_STRING_ALLOCATION_FAILURE

Message

Unable to allocate %s bytes for license string

Description

Memory allocation failure

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_INVALID_STRING_IN_FILE

Message

Invalid license string present in license file %s

Description

Invalid license installed

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_INVALID_CONTENT

Message

Invalid license content in file %s

Description

Invalid license content

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_DIRECTORY_OPEN_FAILURE

Message

Unable to open license directory

Description

License directory open failure

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_START_DATE_MISSING

Message

License doesn’t have a start date

Description

License doesn’t have a start date

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Start date missing in licence please ask for a new license


Log ID

LICENSE_END_DATE_MISSING

Message

License doesn’t have a end date

Description

License doesn’t have a end date

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

End date missing in license please ask for a new license


Log ID

LICENSE_DIRECTORY_CLOSE_FAILURE

Message

Unable to close license directory

Description

Unable to close license directory

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_INIT_FAILED

Message

License initialization failed

Description

License initialization failed

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_TABLE_NOT_PRESENT

Message

License table (global.rtbrick.license) is not present

Description

License table (global.rtbrick.license) is not present

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_SECONDARY_VALIDATION_COMPROMISED

Message

License table (global.rtbrick.license) is not present

Description

License table (global.rtbrick.license) is not present

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_QUOTA_TABLE_CREATE_FAILED

Message

License quota table (secure.license.quota) is not present

Description

License quota table (secure.license.quota) is not present

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_CONFIG_TABLE_CREATE_FAILED

Message

License config table (local.rtbrick.license.config) is not present

Description

License config table (local.rtbrick.license.config) is not present

Log Module

license

Log Group

internal

Severity

ERROR

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_EXPIRY_ERROR

Message

The current license will expire today, please install a new license

Description

The current license about to expire

Log Module

license

Log Group

operational

Severity

ERROR

Recommended Actions

Please install a new license


Log ID

LICENSE_EXPIRY_WARNING

Message

The current license will expire in %s day(s), please install a new license

Description

The current license about to expire

Log Module

license

Log Group

operational

Severity

WARNING

Recommended Actions

Please install a new license


Log ID

LICENSE_INSTALL_SUCCESSFUL

Message

Valid license has been successfully installed

Description

License active

Log Module

license

Log Group

operational

Severity

NOTICE

Recommended Actions

Device is up for operation


Log ID

LICENSE_INTERNAL_INVALID_STRING

Message

Invalid license string passed to license verification API

Description

Invalid parameters passed for license verification API

Log Module

license

Log Group

internal

Severity

INFO

Recommended Actions

Internal error, please contact Rtbrick Customer Support


Log ID

LICENSE_HOSTCONFD_CONNECTION_DOWN

Message

License installation delayed due to hostconfd connection down

Description

License installation delayed due to hostconfd connection down

Log Module

license

Log Group

internal

Severity

INFO

Recommended Actions

Internal error, please contact Rtbrick Customer Support


11. Policy Log Messages

11.1. Log Level Summary

Error(3), Warning(1), Info(3)

Log ID

POLICY_LOG_CODE_GEN_ERROR

Message

Policy [%s] Term [%s] Match Type [%s] List [%s] Command [%s] Ordinal [%s], SubOrdinal [%s] : Error [%s]

Description

Generation Policy errors

Log Module

policy

Log Group

Generation

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

POLICY_LOG_CODE_GEN_STATUS_FAILED

Message

Policy [%s]: Code Generation Error Reason [%s]

Description

Generation Policy Error Reason

Log Module

policy

Log Group

Generation

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

POLICY_LOG_BDS_ERROR

Message

Policy [%s]: Error [%s]

Description

Policy & BDS API interaction errors

Log Module

policy

Log Group

BDS

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

POLICY_LOG_CONFIG_PROC_WARNING

Message

Policy [%s]: Warning [%s]

Description

Policy Configuration processing warnings

Log Module

policy

Log Group

Configuration

Severity

WARNING

Recommended Actions

Contact Rtbrick customer support


Log ID

POLICY_LOG_CODE_GEN_EVENTS

Message

Policy [%s] Term [%s] Match Type [%s] List [%s] Command [%s] Ordinal [%s], SubOrdinal [%s] : Event [%s]

Description

Generation Policy Events

Log Module

policy

Log Group

Generation

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

POLICY_LOG_CODE_GEN_STATUS_SUCCESS

Message

Policy [%s]: Code Generation Status: [%s]

Description

Generation Policy Status

Log Module

policy

Log Group

Generation

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

POLICY_LOG_CODE_GEN_NOTIFICATION

Message

Policy [%s]: Notification Status [%s]

Description

Generation Policy Notification

Log Module

policy

Log Group

Generation

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


12. PPPoE Log Messages

12.1. Log Level Summary

Notice(1), Info(35), Debug(21)

Log ID

PPPOE_SESSION_LIMIT_REACHED

Message

PPPoE session limit reached on interface %s, MAC %s, S-Tag %s, C-Tag %s

Description

PPPoE session limit reached

Log Module

pppoe

Log Group

pppoe

Severity

notice

Recommended Actions

New session can be created only after removing existing sessions


Log ID

PPPOE_CONFIG_NOT_FOUND

Message

No matching configuration found for PPPoE discovery on interface %s, MAC %s, S-Tag %s, C-Tag %s

Description

Received PPPoE discovery packet without matching configuration

Log Module

pppoe

Log Group

config

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_SUBSCRIBER_ID_GET_FAILED

Message

PPPoE session subscriber-id get failed on interface %s, MAC %s, PPPoE session-id %s, S-Tag %s, C-Tag %s

Description

Failed to assign subscriber identifier to PPPoE session

Log Module

pppoe

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_FSM_STATE_CHANGE

Message

%s session for subscriber-id %s changed state from %s to %s for input %s, action %s

Description

PPP FSM state changed

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_PPP_SEND_ERROR

Message

Failed to encode and send PPP packet on interface %s, subscriber-id %s

Description

Failed to encode and send PPP packet

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_WRONG_ECHO_MAGIC

Message

LCP ECHO received on interface %s, subscriber-id %s with wrong magic number %s, expected %s

Description

PPP LCP echo request/reply received with wrong magic number

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Check the magic number


Log ID

PPPOE_LCP_WRONG_ECHO_REPLY_ID

Message

LCP ECHO reply received on interface %s, subscriber-id %s with wrong identifier %s, expected %s

Description

PPP LCP echo reply received with wrong identifier

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Check LCP packet identifier


Log ID

PPPOE_LCP_RCV_PROTO_REJECT

Message

PPP protocol reject received on interface %s, subscriber-id %s protocol %s

Description

PPP protocol reject received

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_PROTO_DECODE_ERROR

Message

%s packet decode error on interface %s, MAC %s, session-id %s, subscriber-id %s with remaining packet length %s

Description

Failed to decode received PPPoE PPP packet

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_RCV_WRONG_ID

Message

LCP %s received on interface %s, subscriber-id %s with identifier %s, expected %s

Description

PPP LCP response with wrong identifer received

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_RCV_MRU

Message

LCP %s received on interface %s, subscriber-id %s with received MRU %s, local MRU %s

Description

PPP LCP response with wrong or suggested MRU received

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_RCV_MAGIC

Message

LCP %s received on interface %s, subscriber-id %s with received magic %s, local magic %s

Description

PPP LCP response with wrong or suggested magic number received

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_RCV_AUTH

Message

LCP %s received on interface %s, subscriber-id %s with wrong authentication protocol %s, expected %s

Description

PPP LCP response with wrong or suggested auth protocol received

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_PPP_RCV_ERROR

Message

%s receive error %s on interface %s, MAC %s, session-id %s, subscriber-id %s

Description

PPP receive errors

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_PROTO_MAX_RETRANSMISSION

Message

Maximum %s retransmission count on interface %s, subscriber-id %s, retransmit count %s

Description

PPPoE PPP retransmission exceeded

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_AUTH_REJECT

Message

Authentication rejected on interface %s, subscriber-id %s with user %s

Description

PPPoE PPP authentication rejected

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_NO_SOURCE_IP

Message

%s source IP address not found on interface %s, subscriber-id %s

Description

Missing source IP address to setup PPPoE PPP session

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_PROTO_RECEIVE_ERROR

Message

Protocol receive error %s on interface %s, MAC %s, session-id %s, subscriber-id %s

Description

PPPoE PPP protocol receive error

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_PROTO_RCV_ID_WARNING

Message

%s %s received on interface %s, subscriber-id %s with wrong identifier %s, expected %s

Description

PPP NCP reply received with wrong identifier

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_IPCP_RECEIVE_WRONG_IP

Message

IPCP %s received on interface %s, subscriber-id %s with address %s, expected %s

Description

PPP IPCP reply received with wrong address

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Check the IP address configured in the client


Log ID

PPPOE_IPV6_CHECKSUM_ERROR

Message

PPPoE IPv6 packet decode checksum error on interface %s, subscriber-id %s

Description

Failed to decode received PPPoE PPP packet with wrong IPv6 checksum (UDP or ICMPv6)

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_DECODE_ERROR

Message

Error decoding received PPPoE packet on interface %s, MAC %s

Description

Failed to decode PPPoE ethertype or VLAN

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_DECODE_ERROR_WITH_VLAN

Message

Error decoding received PPPoE packet on interface %s, MAC %s, S-Tag %s, C-Tag %s

Description

Failed to decode PPPoE discovery packet

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_UNKNOWN_DISCOVERY_PACKET

Message

Received unknown PPPoE discovery packet on interface %s, MAC %s, S-Tag %s, C-Tag %s, session-id %s

Description

Received unknown PPPoE discovery packet

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_SESSION_CREATE

Message

PPPoE session created on interface %s, S-Tag %s, C-Tag %s, MAC %s, PPPoE session-id %s, subscriber-id %s, state %s access-profile %s

Description

Create of PPPoE/PPP session after PADS is sent

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_PACKET_ENCODE_ERROR

Message

Could not encode PPPoE %s on interface %s, MAC %s, PPPoE session-id %s, S-Tag %s, C-Tag %s

Description

PPPoE discovery encode error

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_BAD_PACKET_INTERFACE_GET_FAILED

Message

Interface get failed for PPPoE %s packet on interface %s, MAC %s

Description

PPPoE discovery packet received on invalid interface

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_BAD_PACKET_INTERFACE_DOWN

Message

Received PPPoE %s packet on operationaly down interface %s, MAC %s

Description

PPPoE discovery packet received on down interface

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_BAD_PACKET_WRONG_MAC

Message

Received bad PPPoE %s packet with wrong MAC on interface %s, MAC %s

Description

Invalid PPPoE discovery packet received with wrong MAC

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_BAD_PACKET_NO_AC_COOKIE

Message

Received bad PPPoE %s packet on interface %s, MAC %s with no ac cookie

Description

Invalid PPPoE discovery packet received with no ac_cookie

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_BAD_PACKET_WRONG_AC_COOKIE

Message

Received bad PPPoE %s packet on interface %s, MAC %s with wrong ac cookie

Description

Invalid PPPoE discovery packet received with wrong ac_cookie

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_BAD_PACKET_UNKNOWN_ETHER_TYPE

Message

Received bad PPPoE packet on interface %s, MAC %s with unknown ether type %s

Description

Received PPPoE discovery packet with invalid ethertype

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_SESSION_DELETE

Message

PPPoE session delete on interface %s, MAC %s, PPPoE session-id %s, S-Tag %s, C-Tag %s

Description

PPPoE session delete

Log Module

pppoe

Log Group

pppoe

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_DHCPV6_DECODE_ERROR

Message

PPPoE DHCPv6 packet decode error on interface %s, subscriber-id %s error code: %s subcode: %s

Description

Failed to decode received PPPoE DHCPv6 packet

Log Module

pppoe

Log Group

dhcpv6

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_DHCPV6_VALIDATION_ERROR

Message

PPPoE DHCPv6 packet validation error on interface %s, subscriber-id %s

Description

Failed to validate received PPPoE DHCPv6 packet

Log Module

pppoe

Log Group

dhcpv6

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_VENDOR_REQUEST_FAILED

Message

LCP vendor request failed for subscriber-id %s, %s

Description

PPPoE PPP LCP vendor request failed

Log Module

pppoe

Log Group

ppp

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_RECEIVE_ERROR

Message

PPPOE packet receive with %s

Description

Generic PPPoE receive error

Log Module

pppoe

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_CONFIG_FOUND

Message

PPPoE %s received on interface %s, MAC %s, S-Tag %s, C-Tag %s, found access-profile %s

Description

Received PPPoE discovery packet with matching configuration

Log Module

pppoe

Log Group

config

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_SUBSCRIBER_IN

Message

Result from subscriberd for subscriber-id %s with action %s

Description

Action received from subscriberd

Log Module

pppoe

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_SESSION_EVENT

Message

LCP session %s on interface %s, MAC %s, PPPoE session-id %s, subscriber-id %s

Description

PPP LCP protocol events

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_IPCP_SESSION_EVENT

Message

IPCP session %s on interface %s, MAC %s, PPPoE session-id %s, subscriber-id %s

Description

PPP IPCP protocol events

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_IP6CP_SESSION_EVENT

Message

IP6CP session %s on interface %s, MAC %s, PPPoE session-id %s, subscriber-id %s

Description

PPP IP6CP protocol events

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_PRINT_MY_OPTIONS

Message

PPP LCP options for subscriber-id %s, MRU %s, magic %s, authentication %s, identifier %s, retransmission-count %s, retransmisson-interval %s

Description

Local PPP LCP options

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_START_ECHO

Message

LCP start echo on interface %s, subscriber-id %s

Description

Start sending PPP LCP echo request interval

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_RCV_CONFX

Message

PPP LCP %s received on interface %s, subscriber-id %s, MRU %s, magic %s, authentication %s

Description

PPP LCP request/response received

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_NEGOTIATION

Message

LCP %s on interface %s for subscriber-id %s

Description

PPP LCP negotiation

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_SETUP

Message

LCP setup %s on interface %s for subscriber-id %s

Description

PPPoE PPP sessions setup

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_AUTH_RCV_REQ

Message

%s receive request packet on interface %s, subscriber-id %s, user %s

Description

PPPoE PPP authentication request received

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_LCP_UPPPER_LAYER_TEARDOWN

Message

LCP teardown by upper layer on interface %s for subscriber-id %s

Description

PPPoE PPP session teardown/termination

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_NCP_SESSION_DETAIL

Message

%s session on interface %s, subscriber-id %s, retransmission-interval %s, local ipv4 address %s

Description

PPPoE PPP NCP local session info

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_IPCP_CONFREQ_PEER

Message

IPCP CONFREQ peer info for subscriber-id %s on interface %s, peer ipv4-address %s, primary dns %s, secondary dns %s

Description

PPPoE PPP IPCP session info

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_IPCP_CONFREQ

Message

IPCP CONFREQ received for subscriber-id %s on interface %s, peer ipv4-address %s, primary dns %s, secondary dns %s

Description

PPPoE PPP IPCP received

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_DISCOVERY_PACKET_RECEIVE

Message

Received PPPoE %s packet on interface %s, MAC %s, session-id %s

Description

Received PPPoE discovery packet

Log Module

pppoe

Log Group

pppoe

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_DISCOVERY_PACKET_SEND

Message

Sending PPPoE %s packet on interface %s, MAC %s, session-id %s

Description

Send PPPoE discovery packet

Log Module

pppoe

Log Group

pppoe

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_DHCPV6_LEASE

Message

PPPoE DHCPv6 IA_PD %s for subscriber-id %s, MAC %s, S-Tag %s, C-Tag %s

Description

PPPoE DHCPv6 IA_PD lease

Log Module

pppoe

Log Group

dhcpv6

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_FSM_ACTION_FAILED

Message

%s session for subscriber-id %s, MAC %s, S-Tag %s, C-Tag %s action %s failed

Description

PPP FSM action failed

Log Module

pppoe

Log Group

ppp

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

PPPOE_PADT_RECEIVED

Message

PPPoE PADT received for subscriber-id %s on interface %s, MAC %s, S-Tag %s, C-Tag %s

Description

Received PPPoE discovery packet with matching configuration

Log Module

pppoe

Log Group

config

Severity

debug

Recommended Actions

Contact Rtbrick customer support


13. Routing Information Base (RIB) Log Messages

13.1. Log Level Summary

Info(7)

Log ID

RIB_OPER_ROUTER_ID_ADD

Message

Add router-id %s, instance %s

Description

Router-ID configuration change triggered

Log Module

rib

Log Group

config

Severity

info

Recommended Actions

Check the router-id configurations for this instance


Log ID

RIB_OPER_ROUTER_ID_DEL

Message

Delete router-id %s, instance %s

Description

Router-ID configuration change triggered

Log Module

rib

Log Group

config

Severity

info

Recommended Actions

Check the router-id configurations for this instance


Log ID

RIB_OPER_ROUTER_ID_UPDATE

Message

Change router-id, instance %s, from %s to %s

Description

Router-ID configuration change triggered

Log Module

rib

Log Group

config

Severity

info

Recommended Actions

Check the router-id configurations for this instance


Log ID

RIB_OPER_IPV4_NEIGHBOR_ADD

Message

Add ipv4 neighbor, interface %s, address %s

Description

New ipv4 neighbor is detected

Log Module

rib

Log Group

neighbor-events

Severity

info

Recommended Actions

Check the ipv4 neighbor details


Log ID

RIB_OPER_IPV4_NEIGHBOR_DELETE

Message

Delete ipv4 neighbor, interface %s, address %s

Description

The ipv4 neighbor is deleted

Log Module

rib

Log Group

neighbor-events

Severity

info

Recommended Actions

Check the ifl status


Log ID

RIB_OPER_IPV6_NEIGHBOR_ADD

Message

Add ipv6 neighbor, interface %s, address %s

Description

New ipv6 neighbor is detected

Log Module

rib

Log Group

neighbor-events

Severity

info

Recommended Actions

Check the ipv6 neighbor details


Log ID

RIB_OPER_IPV6_NEIGHBOR_DELETE

Message

Delete ipv6 neighbor, interface %s, address %s

Description

The ipv6 neighbor is deleted

Log Module

rib

Log Group

neighbor-events

Severity

info

Recommended Actions

Check the ipv6 neighbor details


14. Subscriber Management Log Messages

14.1. Log Level Summary

Error(10), Warning(9), Notice(24), Info(15), Debug(43)

Log ID

SUBSMGMT_TRAP_DEL

Message

Failed to delete I/O trap %s

Description

Failed to delete I/O trap entry

Log Module

subsMgmt

Log Group

subscriber

Severity

error

Recommended Actions

Check FIB/RIB logs


Log ID

SUBSMGMT_BDS_TABLE_CREATE_ERROR

Message

Failed to create BDS table %s

Description

Failed to create BDS table

Log Module

subsMgmt

Log Group

bds

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_BDS_TEMPLATE_GET_ERROR

Message

Failed to get BDS object template %s

Description

Failed to get BDS object template

Log Module

subsMgmt

Log Group

bds

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_BDS_TEMPLATE_POPULATE_ERROR

Message

Failed to populate BDS object template %s

Description

Failed to populate BDS object template

Log Module

subsMgmt

Log Group

bds

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_BDS_OBJECT_ADD_ERROR

Message

Failed to add BDS object to table %s

Description

Failed to add BDS object to table

Log Module

subsMgmt

Log Group

bds

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_BDS_OBJECT_DEL_ERROR

Message

Failed to delete BDS object from table %s

Description

Failed to delete BDS object from table

Log Module

subsMgmt

Log Group

bds

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_SERVER_DELETE_FAILED

Message

Failed to delete RADIUS server %s

Description

RADIUS server delete failed

Log Module

subsMgmt

Log Group

radius

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_AUTH_REQ_ERROR

Message

Failed to add RADIUS authentication request for subscriber %s from server %s

Description

RADIUS authentication request failure

Log Module

subsMgmt

Log Group

radius

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_ACCOUNTING_REGUEST_ERROR

Message

Failed to add RADIUS accounting request for subscriber %s from server %s

Description

RADIUS accounting request failure

Log Module

subsMgmt

Log Group

radius

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_L2BSA_GENERIC_ERROR

Message

%s

Description

General subscriber L2BSA related errors

Log Module

subsMgmt

Log Group

subscriber

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_AAA_PROFILE_NOT_FOUND

Message

AAA configuration profile %s not found for subscriber %s

Description

AAA configuration profile subscriber events

Log Module

subsMgmt

Log Group

config

Severity

warning

Recommended Actions

Check the AAA profile configuration


Log ID

SUBSMGMT_RADIUS_PROFILE_MISSING_IN_AAA

Message

RADIUS profile missing in AAA profile %s for subscriber %s

Description

Missing RADIUS profile in AAA profile

Log Module

subsMgmt

Log Group

config

Severity

warning

Recommended Actions

Check the RADIUS profile in AAA profile configuration


Log ID

SUBSMGMT_MISSING_AAA_CONFIG

Message

missing AAA %s for subscriber %s

Description

Subscriber AAA configuration warning

Log Module

subsMgmt

Log Group

config

Severity

warning

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_INTERNAL_AUTHENTICATION

Message

Failed to %s during authentication for subscriber %s

Description

General subscriber authentication warnings

Log Module

subsMgmt

Log Group

subscriber

Severity

warning

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_INTERNAL_ACCOUNTING

Message

Failed to %s during accounting for subscriber %s

Description

General subscriber accounting warnings

Log Module

subsMgmt

Log Group

subscriber

Severity

warning

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_IFL_DELETE

Message

Failed to delete %s for ifl %s

Description

Subscriber logical interface delete events

Log Module

subsMgmt

Log Group

subscriber

Severity

warning

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_BDS_TABLE_GET_ERROR

Message

Failed to get BDS table %s

Description

Failed to get BDS table / not found

Log Module

subsMgmt

Log Group

bds

Severity

warning

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_ACCOUNTING_QUEUE_INDEX

Message

RADIUS accounting queue index exhausted

Description

RADIUS accounting queue index

Log Module

subsMgmt

Log Group

radius

Severity

warning

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_AUTHENTICATION_QUEUE_INDEX

Message

RADIUS authentication queue index exhausted

Description

RADIUS authentication queue index

Log Module

subsMgmt

Log Group

radius

Severity

warning

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_TRAP_ADD

Message

Failed to add I/O trap %s

Description

Failed to add I/O trap entry

Log Module

subsMgmt

Log Group

subscriber

Severity

notice

Recommended Actions

Check FIB/RIB logs


Log ID

SUBSMGMT_QOS_SHAPER

Message

Invalid dynamic shaper definition %s for subscriber %s

Description

Invalid subscriber QoS shaper definition received

Log Module

subsMgmt

Log Group

subscriber

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_QOS_POLICER

Message

Invalid dynamic policer definition %s for subscriber %s

Description

Invalid subscriber QoS policer definition received

Log Module

subsMgmt

Log Group

subscriber

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_IPV4_DUPLICATE_ADDRESS_DETECTED

Message

Duplicate IPv4 address %s detected for subscriber %s with subscriber %s

Description

IPv4 Duplicate address detected

Log Module

subsMgmt

Log Group

subscriber

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_IPV6_DUPLICATE_ADDRESS_DETECTED

Message

Duplicate IPv6 prefix %s detected for subscriber %s with subscriber %s

Description

IPv6 Duplicate address detected

Log Module

subsMgmt

Log Group

subscriber

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_INSTANCE_NOT_FOUND

Message

Instance %s not found for subscriber %s

Description

Instance not found

Log Module

subsMgmt

Log Group

subscriber

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_POOL_IPV4_EXHAUSTED

Message

IPv4 pool %s exhausted for subscriber %s

Description

Local IPv4 address pool exhausted

Log Module

subsMgmt

Log Group

pool

Severity

notice

Recommended Actions

Free up IPv4 addresses


Log ID

SUBSMGMT_POOL_IPV6_EXHAUSTED

Message

IPv6 pool %s exhausted for subscriber %s

Description

Local IPv6 address pool exhausted

Log Module

subsMgmt

Log Group

pool

Severity

notice

Recommended Actions

Free up IPv6 addresses


Log ID

SUBSMGMT_QOS_QUEUE

Message

Invalid dynamic queue definition %s for subscriber %s

Description

Invalid subscriber QoS queue definition received

Log Module

subsMgmt

Log Group

subscriber

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_ACL_VALIDATION

Message

ACL %s attachment to subscriber %s failed, %s

Description

Subscriber ACL validation failed

Log Module

subsMgmt

Log Group

radius

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_IFL_CREATE

Message

Failed to create %s for subscriber %s

Description

Subscriber logical interface errors

Log Module

subsMgmt

Log Group

subscriber

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_ACCOUNTING_EVENT

Message

Failed to %s RADIUS accounting request from %s

Description

RADIUS accounting events

Log Module

subsMgmt

Log Group

radius

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_TUNNEL_ERROR

Message

Tunnel error %s for subscriber %s

Description

RADIUS subscriber tunnel releated errors

Log Module

subsMgmt

Log Group

radius

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_AUTHENTICATION_ERROR

Message

Authentication error: %s for subscriber %s

Description

RADIUS authentication releated errors

Log Module

subsMgmt

Log Group

radius

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_ACCOUNTING_ERROR

Message

Accounting error: %s for subscriber %s

Description

RADIUS accounting releated errors

Log Module

subsMgmt

Log Group

radius

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_ENCODE_ERROR

Message

Encode error %s for subscriber %s

Description

RADIUS encode errors

Log Module

subsMgmt

Log Group

radius

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_ASCEND_DATA_FILTER

Message

Ascend-Data-Filter error for subscriber %s due to %s

Description

RADIUS filter message decode error

Log Module

subsMgmt

Log Group

radius

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_ASCEND_DATA_FILTER_NOT_SUPPORTED

Message

Ascend-Data-Filter attribute %s with value %x not supported for subscriber %s

Description

RADIUS filter message decode error

Log Module

subsMgmt

Log Group

radius

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RD_INVALID_OBJECT

Message

Redundancy object with invalid subscriber-id/rd-session-id

Description

Redundancy invalid object

Log Module

subsMgmt

Log Group

redundancy

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RD_INVALID_EVENT

Message

Invalid event on redundancy session %s, %s

Description

Redundancy invalid event

Log Module

subsMgmt

Log Group

redundancy

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RD_ADD_FAILED

Message

Failed to add subscriber %s for redundancy session %s

Description

Redundancy sync failed

Log Module

subsMgmt

Log Group

redundancy

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RD_OBJECT_VALIDATION_FAILED

Message

Object validation failed for subscriber %s in redundancy session %s due to %s

Description

Redundancy invalid object

Log Module

subsMgmt

Log Group

redundancy

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_FRAMED_ROUTE

Message

Framed-Route error for subscriber %s due to %s

Description

RADIUS Framed-Route handling error

Log Module

subsMgmt

Log Group

radius

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_FRAMED_IPV6_ROUTE

Message

Framed-IPv6-Route error for subscriber %s due to %s

Description

RADIUS Framed-IPv6-Route handling error

Log Module

subsMgmt

Log Group

radius

Severity

notice

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_AAA_PROFILE_INVALID_ORDER

Message

AAA configuration profile %s invalid configuration order for subscriber %s

Description

AAA configuration profile subscriber events

Log Module

subsMgmt

Log Group

config

Severity

info

Recommended Actions

Check the authentication/accounting order in AAA profile configuration


Log ID

SUBSMGMT_AUTHENTICATION_FAILED

Message

Authentication failed for subscriber %s due to %s

Description

General subscriber authentication events

Log Module

subsMgmt

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_ACCT_SESSION_ID_NOT_FOUND

Message

No subscriber with Acct-Session-ID %s found

Description

CoA request with unknown Acct-Session-ID received

Log Module

subsMgmt

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_SUBSCRIBER_ADD

Message

Subscriber %s added

Description

New subscriber added

Log Module

subsMgmt

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_SUBSCRIBER_DEL

Message

Subscriber %s deleted

Description

Subscriber deleted

Log Module

subsMgmt

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_SUBSCRIBER_NOT_FOUND

Message

Subscriber %s not found

Description

Subscriber not found

Log Module

subsMgmt

Log Group

subscriber

Severity

info

Recommended Actions

Different subscriber related actions


Log ID

SUBSMGMT_FSM_EVENT

Message

Subscriber %s FSM State change, from %s, event %s, to %s

Description

Subscriber FSM state transition

Log Module

subsMgmt

Log Group

subscriberfsm

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_SERVICE_PROFILE_GET_FAILED

Message

Failed to get service profile %s for subscriber %s

Description

Failed to get service configuration profile

Log Module

subsMgmt

Log Group

config

Severity

info

Recommended Actions

Reconfigure the service profile


Log ID

SUBSMGMT_RADIUS_PROFILE_NOT_FOUND

Message

RADIUS profile %s not found

Description

RADIUS profile not found events

Log Module

subsMgmt

Log Group

radius

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_SERVER_NOT_FOUND

Message

RADIUS server %s not found

Description

RADIUS server not found events

Log Module

subsMgmt

Log Group

radius

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_LI_SUBSCRIBER_NOT_FOUND

Message

Subscriber %s not found, Lawful Intercept request is aborted

Description

Subscriber not found

Log Module

subsMgmt

Log Group

lawful-intercept

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_LI_IFL_NOT_FOUND

Message

Subscriber IFL not found for %s , Lawful Intercept request is aborted

Description

Subscriber Lawful Intercept IFL not found

Log Module

subsMgmt

Log Group

lawful-intercept

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_LI_INVALID_ATTRIBUTE

Message

Invalid Lawful Intercept attribute %s for subscriber %s

Description

Subscriber Lawful Intercept Errors

Log Module

subsMgmt

Log Group

lawful-intercept

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_LI_DECRYPTION_FAILED

Message

RADIUS Lawful Intercept request attribute %s decryption failed %s for subscriber %s

Description

Subscriber Lawful Intercept Errors

Log Module

subsMgmt

Log Group

lawful-intercept

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_LI_MISSING_SUBSCRIBER_ID

Message

Mandatory subscriber_id is missing, Lawful Intercept request is aborted

Description

Subscriber Lawful Intercept Errors

Log Module

subsMgmt

Log Group

lawful-intercept

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_FUNCTION_INVOCATION

Message

Subscriber Daemon %s Function invoked

Description

Function calls in SubscriberD

Log Module

subsMgmt

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_PPPOE_RESULT

Message

Failed to %s from PPPoE for subscriber %s

Description

General subscriber PPPoE related errors

Log Module

subsMgmt

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_L2TP_RESULT

Message

Failed to extract the L2TP result

Description

General subscriber L2TP related errors

Log Module

subsMgmt

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_ACCOUNTING_STOP_PROGRESS

Message

Accounting STOP in progress for subscriber %s

Description

Subscriber waits for final counter update

Log Module

subsMgmt

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_QOS_CREATE

Message

QoS settings created for subscriber %s with IFL %s

Description

Add subscriber QoS settings

Log Module

subsMgmt

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_QOS_RESET

Message

QoS settings reset for subscriber %s with IFL %s

Description

Reset subscriber QoS settings

Log Module

subsMgmt

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_QOS_UPDATE

Message

QoS settings updated for subscriber %s with IFL %s

Description

Update subscriber QoS settings

Log Module

subsMgmt

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_BDS_TABLE_CREATED

Message

BDS table %s created

Description

BDS table created

Log Module

subsMgmt

Log Group

bds

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_PROFILE_ACTIVATE

Message

Failed to activate RADIUS profile

Description

RADIUS profile activation event

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_PROFILE_ADDED

Message

RADIUS Profile %s added

Description

RADIUS profile add events

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_PROFILE_DELETED

Message

RADIUS profile %s deleted

Description

RADIUS profile delete events

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_SERVER_ADDED

Message

RADIUS server %s added

Description

RADIUS server add events

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_SERVER_DELETED

Message

RADIUS server %s deleted

Description

RADIUS server delete events

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_SERVER_ACCOUNTING_DISABLED

Message

RADIUS server %s accounting disabled

Description

RADIUS server accounting disabled

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_SERVER_AUTHENTICATION_DISABLED

Message

RADIUS server %s authentication disabled

Description

RADIUS server authentication disabled

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_SERVER_UNKNOWN

Message

RADIUS message from unknown server %s

Description

RADIUS requests from unknown IPv4 addresses

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Check the RADIUS server configuration


Log ID

SUBSMGMT_RADIUS_SERVER_GET_FAILED

Message

RADIUS server %s get failed while decoding RADIUS message %s

Description

RADIUS server get failed

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_AUTH_REQ

Message

Added RADIUS authentication request for subscriber %s from server %s

Description

RADIUS authentication request

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_ACCOUNTING_REQUEST

Message

Added RADIUS accounting request for subscriber %s from server %s

Description

RADIUS accounting request

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_AUTH_STATE_CHANGE

Message

RADIUS Server %s Authentication State changed from %s to %s

Description

RADIUS server authentication state change

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_ACCT_STATE_CHANGE

Message

RADIUS Server %s Accounting State changed from %s to %s

Description

RADIUS server accounting state change

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_PROFILE_STATE_CHANGE

Message

RADIUS Profile %s State changed from %s to %s

Description

RADIUS profile accounting state change

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_PROFILE_ERROR

Message

RADIUS profile %s %s for subscriber %s

Description

RADIUS profile subscriber events

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RADIUS_DROPPED

Message

RADIUS message from %s dropped due to %s

Description

RADIUS message dropped

Log Module

subsMgmt

Log Group

radius

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_FSM_ERROR

Message

FSM Error for subscriber %s, State %s, Event %s

Description

Invalid event for current state of subscriber FSM

Log Module

subsMgmt

Log Group

subscriberfsm

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_FSM_NOT_FOUND

Message

Subscriber %s not found for FSM event %s

Description

Subscriber not found for received FSM event

Log Module

subsMgmt

Log Group

subscriberfsm

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_FSM_STATIC_IP_ALLOCATION

Message

Static IPv4 address from access-profile allocated for subscriber %s

Description

Subscriber FSM event logging

Log Module

subsMgmt

Log Group

subscriberfsm

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_FSM_GENERAL_ERROR

Message

%s for subscriber %s

Description

Subscriber FSM Error logging

Log Module

subsMgmt

Log Group

subscriberfsm

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_POOL_CONFIG

Message

Failed to process pool configuration

Description

Subscriber Mgmt Pool warning

Log Module

subsMgmt

Log Group

pool

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_POOL_ASSIGN_IPV4

Message

Failed to assign ipv4 address for subscriber %s

Description

Subscriber Mgmt Pool warning

Log Module

subsMgmt

Log Group

pool

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_POOL_RELEASE_IPV4

Message

Failed to release ipv4 address for subscriber %s

Description

Subscriber Mgmt Pool warning

Log Module

subsMgmt

Log Group

pool

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_POOL_ASSIGN_IPV6

Message

Failed to assign ipv6 address for subscriber %s

Description

Subscriber Mgmt Pool warning

Log Module

subsMgmt

Log Group

pool

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_POOL_RELEASE_IPV6

Message

Failed to release ipv6 address for subscriber %s

Description

Subscriber Mgmt Pool warning

Log Module

subsMgmt

Log Group

pool

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_POOL_IPV4_SUCCESS

Message

IPv4 address %s from pool %s assigned to subscriber %s

Description

IPv4 address from local address pool assigned

Log Module

subsMgmt

Log Group

pool

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_POOL_IPV6_SUCCESS

Message

IPv6 prefix %s from pool %s assigned to subscriber %s

Description

IPv6 prefix from local address pool assigned

Log Module

subsMgmt

Log Group

pool

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_TEST_AAA_RESULT

Message

Failed to %s from test aaa request for subscriber %s

Description

General test aaa request subscriber related errors

Log Module

subsMgmt

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_IPOE_RESULT

Message

Failed to %s from IPoE for subscriber %s

Description

General subscriber IPoE related errors

Log Module

subsMgmt

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_L2BSA_RESULT

Message

Failed to %s from L2BSA service for subscriber %s

Description

General L2BSA subscriber related errors

Log Module

subsMgmt

Log Group

l2bsa

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_PLATFORM_TYPE

Message

Platform type set to %s

Description

Platform type updated

Log Module

subsMgmt

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_RD_SUBSCRIBER_EVENT

Message

Event for subscriber %s on redundancy session %s %s

Description

Redundancy subscriber event

Log Module

subsMgmt

Log Group

redundancy

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_LI_REQUEST_FAILURE

Message

Failed to process the Lawful Intercept request for subscriber %s

Description

Subscriber Lawful Intercept Errors

Log Module

subsMgmt

Log Group

lawful-intercept

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_LI_BDS_OBJECT_ADD_ERROR

Message

Failed to add BDS object to table %s

Description

Failed to add BDS object to table

Log Module

subsMgmt

Log Group

lawful-intercept

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

SUBSMGMT_LI_BDS_OBJECT_DEL_ERROR

Message

Failed to delete BDS object from table %s

Description

Failed to delete BDS object from table

Log Module

subsMgmt

Log Group

lawful-intercept

Severity

debug

Recommended Actions

Contact Rtbrick customer support


15. access_service Log Messages

15.1. Log Level Summary

Error(10), Debug(3)

Log ID

HTTPRD_ERROR_SUBSCRIBER_IFL_MISSING

Message

HTTPRD Subscriber IFL Missing: src=%s:%s, dst=%s:%s

Description

Subscriber IFL is missing in TCP context

Log Module

access_service

Log Group

general

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_ERROR_SERVER_INIT_FAILED

Message

LWIP server initialization failed for instance %s

Description

LWIP server initialization failed

Log Module

access_service

Log Group

general

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_ERROR_OBJECT_ADD

Message

Failed to add object to %s

Description

HTTPRD failed to add object

Log Module

access_service

Log Group

general

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_ERROR_OBJECT_DEL

Message

Failed to delete object from %s

Description

HTTPRD failed to delete object

Log Module

access_service

Log Group

general

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_ERROR_OBJECT_GET

Message

Failed to get object from %s

Description

HTTPRD failed to get object

Log Module

access_service

Log Group

general

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_ERROR_TABLE_CREATE

Message

Failed to create table %s

Description

HTTPRD failed to create table

Log Module

access_service

Log Group

general

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_ERROR_OBJECT_TEMPLATE

Message

Failed to get object template %s

Description

HTTPRD failed to get object template

Log Module

access_service

Log Group

general

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_ERROR_OBJECT_TEMPLATE_POPULATE

Message

Failed to populate object template %s

Description

HTTPRD failed to populate object template

Log Module

access_service

Log Group

general

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_ERROR_OBJECT_EXTRACT

Message

Failed to extract object template %s

Description

HTTPRD failed to extract object template

Log Module

access_service

Log Group

general

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_ERROR_TABLE_GET

Message

Failed to get table %s

Description

HTTPRD failed to get table

Log Module

access_service

Log Group

general

Severity

error

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_TCP_INFO

Message

HTTPRD TCP %s: ifl=%s, src=%s:%s, dst=%s:%s

Description

HTTPRD TCP information

Log Module

access_service

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_REDIRECTED

Message

HTTPRD Redirected: ifl=%s, src=%s:%s, dst=%s:%s, url=%s

Description

HTTPRD redirected (302)

Log Module

access_service

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

HTTPRD_NOT_FOUND

Message

HTTPRD Not Found: ifl=%s, src=%s:%s, dst=%s:%s

Description

HTTPRD redirect information not found (404)

Log Module

access_service

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


16. L2TP Log Messages

16.1. Log Level Summary

Notice(1), Info(14), Debug(15)

Log ID

L2TP_TRAP_ADD

Message

Failed to add I/O trap %s

Description

Failed to add I/O trap entry

Log Module

l2tp

Log Group

config

Severity

notice

Recommended Actions

Check FIB/RIB logs


Log ID

L2TP_SESSION_CREATED

Message

L2TP session created with tunnel %s to %s, session %s for subscriber %s

Description

L2TP session created

Log Module

l2tp

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_SESSION_FSM_STATE_CHANGE

Message

L2TP session %s subscriber %s, FSM state change from %s to %s for input %s with action %s

Description

L2TP session FSM state changed

Log Module

l2tp

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_SESSION_REQUEST_ADD

Message

L2TP session request added for subscriber %s tunnel count %s

Description

L2TP session request added

Log Module

l2tp

Log Group

subscriber

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_REQUEST_ADD

Message

L2TP tunnel request added for tunnel %s to %s

Description

L2TP tunnel request added

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_FSM_STATE_CHANGE

Message

L2TP tunnel %s to %s, FSM state change from %s to %s for input %s with action %s

Description

L2TP tunnel FSM state changed

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_AVP_ENCODE_ERROR

Message

L2TP AVP encode error for tunnel %s, session %s and type %s

Description

L2TP AVP encode error

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_PACKET_ENCODE_ERROR

Message

L2TP tunnel encode error for tunnel %s to %s

Description

L2TP packet encode error

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_DECODE_ERROR

Message

L2TP tunnel decode error %s with packet length %s for tunnel %s to %s

Description

L2TP tunnel decode error

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_AVP_MH_MISMATCH

Message

L2TP tunnel AVP with vendor-id %s and attribute-type %s m/h bit mismatch for tunnel %s to %s

Description

L2TP tunnel decode error

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_PACKET_DROP

Message

L2TP Packet dropped due to %s packet type %s received ns %s tunnel nr %s on tunnel %s to %s and session %s

Description

L2TP tunnel packet dropped because duplicate or out of order

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_MBIT_UNKNOWN

Message

L2TP tunnel unknown mandatory AVP vendor-id %s and attribute-type %s received for tunnel %s to %s

Description

L2TP tunnel packet received with unknown mandatory AVP

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_AVP_DECODE_ERROR

Message

L2TP AVP decode error %s for vendor %s attribute-type %s for tunnel %s to %s

Description

L2TP AVP decode error

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_AUTH_ERROR

Message

L2TP tunnel %s to %s authentication error %s

Description

L2TP tunnel authentication error

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_DELETED

Message

L2TP tunnel %s to %s deleted

Description

L2TP tunnel deleted

Log Module

l2tp

Log Group

tunnel

Severity

info

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_PACKET_RECEIVE_ERROR

Message

Failed to receive L2TP packet from SHM

Description

L2TP packet receive error

Log Module

l2tp

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_INVALID_PACKET_RECEIVED

Message

L2TP invalid packet %s received from %s

Description

L2TP invalid packet received

Log Module

l2tp

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_SUBSCRIBER_RESULT_ERROR

Message

L2TP subcriberd result not found for tunnel %s with session %s for subscriber %s

Description

Generic L2TP subscriber result error

Log Module

l2tp

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_RADIUS_TUNNEL

Message

L2TP error in RADIUS tunnel definition for subscriber %s

Description

L2TP error in RADIUS tunnel definition

Log Module

l2tp

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_NO_TUNNEL_POOL

Message

L2TP no tunnel pool for subscriber %s

Description

L2TP no tunnel pool for subscriber

Log Module

l2tp

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_POOL_NOT_FOUND

Message

L2TP pool %s not found for subscriber %s

Description

L2TP pool error for subscriber

Log Module

l2tp

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_CREDENTIAL

Message

L2TP tunnel with missing %s for subscriber %s

Description

L2TP tunnel with missing credentials

Log Module

l2tp

Log Group

subscriber

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_SEND

Message

L2TP tunnel sent for tunnel %s type %s

Description

L2TP tunnel packet send

Log Module

l2tp

Log Group

tunnel

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TX_QUEUE_ADDED

Message

L2TP tunnel %s packet %s added to TX queue

Description

L2TP packet added to tunnel TX queue

Log Module

l2tp

Log Group

tunnel

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TX_QUEUE_ADD_FAILED

Message

L2TP tunnel %s failed to add packet to TX queue

Description

Failed to add L2TP packet to tunnel TX queue

Log Module

l2tp

Log Group

tunnel

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_PACKET_SEND

Message

L2TP tunnel %s trying to send outstanding type %s ns %s nr %s pnr %s cw %s

Description

L2TP tunnel packet send

Log Module

l2tp

Log Group

tunnel

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_PACKET_RECEIVED

Message

L2TP %s received for tunnel %s

Description

L2TP tunnel packet received

Log Module

l2tp

Log Group

tunnel

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_TUNNEL_MAX_RETRANSMISSION

Message

L2TP tunnel %s exceeds transmission

Description

L2TP tunnel exceeds transmission

Log Module

l2tp

Log Group

tunnel

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_OUT_OF_ORDER_PACKET

Message

L2TP out of order packet accepted for tunnel %s

Description

L2TP out of order packet

Log Module

l2tp

Log Group

tunnel

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

L2TP_SESSION_PACKET_RECEIVED

Message

L2TP %s received for tunnel %s session %s

Description

L2TP session packet received

Log Module

l2tp

Log Group

session

Severity

debug

Recommended Actions

Contact Rtbrick customer support


17. IGMP Log Messages

17.1. Log Level Summary

Info(7), Debug(12)

Log ID

IGMP_INSTANCE_UP

Message

IGMP instance is UP - {instance:%s}

Description

IGMP instance configuration add triggered

Log Module

igmp

Log Group

config

Severity

INFO

Recommended Actions

Check the IGMP status for this instance


Log ID

IGMP_INSTANCE_DOWN

Message

IGMP instance is DOWN - {instance:%s}

Description

IGMP instance configuration delete triggered

Log Module

igmp

Log Group

config

Severity

INFO

Recommended Actions

Check the IGMP status for this instance


Log ID

IGMP_INTERFACE_UP

Message

IGMP logical interface is UP - {instance:%s logical-interface:%s}

Description

IGMP logical interface configuration add or dynamic subscriber ifl creation triggered

Log Module

igmp

Log Group

config

Severity

INFO

Recommended Actions

Check the IGMP status for this logical interface


Log ID

IGMP_INTERFACE_DOWN

Message

IGMP logical interface is DOWN - {instance:%s interface:%s}

Description

IGMP logical interface configuration delete or dynamic subscriber ifl deletion triggered

Log Module

igmp

Log Group

config

Severity

INFO

Recommended Actions

Check the IGMP status for this logical interface


Log ID

IGMP_INTERFACE_ROLE_QUERIER

Message

IGMP interface role is querier - {instance:%s interface:%s}

Description

IGMP interface role is querier

Log Module

igmp

Log Group

igmp-interface-events

Severity

INFO

Recommended Actions

Check the IGMP role on this logical interface


Log ID

IGMP_INTERFACE_ROLE_NON_QUERIER

Message

IGMP interface role is non-querier - {instance:%s interface:%s}

Description

IGMP interface role is non-querier

Log Module

igmp

Log Group

igmp-interface-events

Severity

INFO

Recommended Actions

Check the IGMP role on this logical interface


Log ID

IGMP_INTERFACE_MAX_LIMIT_REACHED

Message

IGMP membership report dropped due to max-limit reached on the interface - {instance:%s interface:%s} {source:%s group:%s}

Description

IGMP membership report dropped due to max-limit reached on the interface

Log Module

igmp

Log Group

igmp-packet-events

Severity

INFO

Recommended Actions

Check if maximum members limit on this interface


Log ID

IGMP_INTERFACE_FILTER_MEMBERSHIP_PERMITTED

Message

IGMP membership report is permitted - {instance:%s interface:%s} {source:%s group:%s}

Description

IGMP membership report is permitted

Log Module

igmp

Log Group

igmp-packet-events

Severity

DEBUG

Recommended Actions

Check if membership should be permitted


Log ID

IGMP_INTERFACE_FILTER_MEMBERSHIP_DENIED

Message

IGMP membership report is denied by interface filter - {instance:%s interface:%s} {source:%s group:%s}

Description

IGMP membership report is denied

Log Module

igmp

Log Group

igmp-packet-events

Severity

DEBUG

Recommended Actions

Check if membership report should be denied


Log ID

IGMP_INTERFACE_GENERAL_QUERY_SENT

Message

IGMP general query sent on the interface - {instance:%s interface:%s}

Description

IGMP general query sent on the interface

Log Module

igmp

Log Group

igmp-packet-events

Severity

DEBUG

Recommended Actions

Check if general query out statistics on the interface


Log ID

IGMP_INTERFACE_GENERAL_QUERY_RECEIVED

Message

IGMP general query received on the interface - {instance:%s interface:%s}

Description

IGMP general query received on the interface

Log Module

igmp

Log Group

igmp-packet-events

Severity

DEBUG

Recommended Actions

Check if general query in statistics on the interface


Log ID

IGMP_INTERFACE_GROUP_QUERY_SENT

Message

IGMP group query sent on the interface - {instance:%s interface:%s} {group:%s}

Description

IGMP group query sent on the interface

Log Module

igmp

Log Group

igmp-packet-events

Severity

DEBUG

Recommended Actions

Check if group query out statistics on the interface


Log ID

IGMP_INTERFACE_GROUP_QUERY_RECEIVED

Message

IGMP group query received on the interface - {instance:%s interface:%s} {group:%s}

Description

IGMP group query received on the interface

Log Module

igmp

Log Group

igmp-packet-events

Severity

DEBUG

Recommended Actions

Check if group query in statistics on the interface


Log ID

IGMP_INTERFACE_MEMBERSHIP_JOIN_RECEIVED

Message

IGMP membership join received on the interface - {instance:%s interface:%s} {source:%s group:%s}

Description

IGMP membership join received on the interface

Log Module

igmp

Log Group

igmp-packet-events

Severity

DEBUG

Recommended Actions

Check if IGMP membership join received on the interface


Log ID

IGMP_INTERFACE_MEMBERSHIP_LEAVE_RECEIVED

Message

IGMP membership leave received on the interface - {instance:%s interface:%s} {source:%s group:%s}

Description

IGMP membership leave received on the interface

Log Module

igmp

Log Group

igmp-packet-events

Severity

DEBUG

Recommended Actions

Check if IGMP membership leave received on the interface


Log ID

IGMP_MEMBERSHIP_ADD

Message

IGMP membership is added - {instance:%s interface:%s} {source:%s group:%s type:%s}

Description

IGMP membership is added

Log Module

igmp

Log Group

igmp-membership-events

Severity

DEBUG

Recommended Actions

Check if membership should be permitted


Log ID

IGMP_MEMBERSHIP_DELETE

Message

IGMP membership is deleted - {instance:%s interface:%s} {source:%s group:%s type:%s}

Description

IGMP membership is deleted

Log Module

igmp

Log Group

igmp-membership-events

Severity

DEBUG

Recommended Actions

Check if IGMP leave received or static join removed


Log ID

IGMP_FIBLOCAL_ADD

Message

IGMP mroute added to fiblocal table - {instance:%s interface:%s} {source:%s group:%s type:%s}

Description

IGMP mroute added to fiblocal table

Log Module

igmp

Log Group

igmp-route-events

Severity

DEBUG

Recommended Actions

Check if IGMP route added to fiblocal table


Log ID

IGMP_FIBLOCAL_DELETE

Message

IGMP mroute deleted to fiblocal table - {instance:%s interface:%s} {source:%s group:%s type:%s}

Description

IGMP mroute deleted from fiblocal table

Log Module

igmp

Log Group

igmp-route-events

Severity

DEBUG

Recommended Actions

Check if IGMP mroute deleted from fiblocal table


18. oam Log Messages

18.1. Log Level Summary

Alert(1), Debug(17)

Log ID

OAM_BFD_SESSION_STATUS

Message

OAM BFD session is %s for peer %s, local address %s

Description

BFD session status

Log Module

oam

Log Group

bfd

Severity

Alert

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_TABLE_CREATED

Message

BDS table %s created

Description

BDS table created

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_TABLE_CREATE_ERROR

Message

Failed to create BDS table %s

Description

Failed to create BDS table

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_TABLE_DELETED

Message

BDS table %s deleted

Description

BDS table deleted

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_TABLE_ATTR_NOT_FOUND

Message

Failed to get table attribute for table %s

Description

BDS table attribute not found

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_TABLE_NOT_FOUND

Message

Failed to get table %s

Description

BDS table not found

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_TABLE_SUBSCRIBED

Message

BDS table %s subscribed

Description

BDS table subscribed

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_TABLE_UNSUBSCRIBED

Message

BDS table %s unsubscribed

Description

BDS table unsubscribed

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_TRAP_ADDED

Message

Trap %s added

Description

OAM trap added

Log Module

oam

Log Group

config

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_TRAP_DELETED

Message

Trap %s deleted

Description

OAM trap deleted

Log Module

oam

Log Group

config

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_OBJ_GET_FAILED

Message

Failed to get object for table %s

Description

BDS object get failed

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_OBJ_ADD_FAILED

Message

Failed to add object for table %s

Description

BDS object add failed

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_OBJ_DEL_FAILED

Message

Failed to delete object for table %s

Description

BDS object delete failed

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

OAM_CFM_SESSION_NOT_FOUND

Message

CFM session not found for ifl %s

Description

BDS object delete failed

Log Module

oam

Log Group

cfm

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

MPLS_OAM_TABLE_CREATED

Message

BDS table %s created

Description

BDS table created

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

MPLS_OAM_TABLE_CREATE_ERROR

Message

Failed to create BDS table %s

Description

Failed to create BDS table

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

MPLS_OAM_TABLE_DELETED

Message

BDS table %s deleted

Description

BDS table deleted

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

MPLS_OAM_TABLE_DELETE_ERROR

Message

Failed to delete BDS table %s

Description

Failed to delete BDS table

Log Module

oam

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


19. PIM Log Messages

19.1. Log Level Summary

Error(3), Info(11), Debug(15)

Log ID

PIM_INSTANCE_DOWN

Message

PIM Instance (%s) is Down

Description

PIM Instance Events

Log Module

pim

Log Group

instance

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_NEIGHBOR_DOWN

Message

PIM Neighbor (%s) is Down on Interface (%s), Instance (%s)

Description

PIM Neighbor Events

Log Module

pim

Log Group

neighbor

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_ERROR_LOG

Message

PIM Error Reason (%s)

Description

PIM Error Reason

Log Module

pim

Log Group

error-log

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_INSTANCE_UP

Message

PIM Instance (%s) is Up

Description

PIM Instance Events

Log Module

pim

Log Group

instance

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_INTERFACE_UP

Message

PIM Interface (%s) is Up on Instance (%s)

Description

PIM Interface Events

Log Module

pim

Log Group

interface

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_INTERFACE_DOWN

Message

PIM Interface (%s) is Down on Instance (%s)

Description

PIM Interface Events

Log Module

pim

Log Group

interface

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_NEIGHBOR_UP

Message

PIM Neighbor (%s) is Up on Interface (%s), Instance (%s)

Description

PIM Neighbor Events

Log Module

pim

Log Group

neighbor

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_DR_ELECTION_WON

Message

DR election won new DR (%s) elected on Interface (%s), Instance (%s)

Description

PIM DR election Events

Log Module

pim

Log Group

dr-election

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_DR_ELECTION_LOST

Message

DR election lost new DR (%s) elected on Interface (%s), Instance (%s)

Description

PIM DR election Events

Log Module

pim

Log Group

dr-election

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_PACKET_SEND

Message

Sending (%s) Packet with Length %s on Instance (%s) Interface (%s) from (%s) to (%s)

Description

PIM Packet Send Events

Log Module

pim

Log Group

packet

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_PACKET_RECEIVE

Message

Receiving (%s) Packet with Length %s on Instance (%s) Interface (%s) from (%s) to (%s)

Description

PIM Packet Receive Events

Log Module

pim

Log Group

packet

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_INFO_LOG

Message

PIM Info (%s)

Description

PIM Info

Log Module

pim

Log Group

info-log

Severity

INFO

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_JOIN_SENT

Message

PIM join sent for multicast route - {instance:%s interface:%s} {source:%s group:%s}

Description

PIM join sent for multicast route

Log Module

pim

Log Group

join-prune

Severity

INFO

Recommended Actions

Check if PIM join received at upstream router


Log ID

PIM_PRUNE_SENT

Message

PIM prune sent for multicast route - {instance:%s interface:%s} {source:%s group:%s}

Description

PIM prune sent for multicast route

Log Module

pim

Log Group

join-prune

Severity

INFO

Recommended Actions

Check if PIM prune received at upstream router


Log ID

PIM_OBJECT_TRACE

Message

Dumpping Object (%s)%s:%s %s

Description

PIM Object Operation Dump

Log Module

pim

Log Group

object-trace

Severity

DEBUG

Recommended Actions

Contact Rtbrick customer support


Log ID

PIM_RIBIN_ROUTE_ADD

Message

PIM mroute added to ribin table - {instance:%s interface:%s} {source:%s group:%s source:%s sub-source:%s}

Description

PIM mroute added to ribin table

Log Module

pim

Log Group

multicast-route

Severity

DEBUG

Recommended Actions

Check if PIM route added to ribin table


Log ID

PIM_RIBIN_ROUTE_CHANGE

Message

PIM mroute changed to ribin table - {instance:%s interface:%s} {source:%s group:%s source:%s sub-source:%s}

Description

PIM mroute changed to ribin table

Log Module

pim

Log Group

multicast-route

Severity

DEBUG

Recommended Actions

Check if PIM route changed to ribin table


Log ID

PIM_RIBIN_ROUTE_DELETE

Message

PIM mroute deleted to ribin table - {instance:%s interface:%s} {source:%s group:%s source:%s sub-source:%s}

Description

PIM mroute deleted to ribin table

Log Module

pim

Log Group

multicast-route

Severity

DEBUG

Recommended Actions

Check if PIM route deleted to ribin table


Log ID

PIM_ADDRESS_RESOLUTION_REQUEST_ADD

Message

PIM RPF address resolution requested - {instance:%s address:%s} {afi:%s safi:%s}

Description

PIM RPF address resolution requested

Log Module

pim

Log Group

rpf

Severity

DEBUG

Recommended Actions

Check requested address has resolvable route


Log ID

PIM_ADDRESS_RESOLUTION_REQUEST_DELETE

Message

PIM RPF address resolution request deleted - {instance:%s address:%s} {afi:%s safi:%s}

Description

PIM RPF address resolution request deleted

Log Module

pim

Log Group

rpf

Severity

DEBUG

Recommended Actions

Check if no multicast route with requested address


Log ID

PIM_ADDRESS_RESOLUTION_RESPONSE_ADD

Message

PIM RPF address resolution received - {instance:%s address:%s} {afi:%s safi:%s} {exit-interface:%s peer-ip:%s}

Description

PIM RPF address resolution received

Log Module

pim

Log Group

rpf

Severity

DEBUG

Recommended Actions

Check if resolved address in reachable


Log ID

PIM_ADDRESS_RESOLUTION_RESPONSE_CHANGE

Message

PIM RPF resolved address changed - {instance:%s address:%s} {afi:%s safi:%s} {exit-interface:%s peer-ip:%s}

Description

PIM RPF resolved address changed

Log Module

pim

Log Group

rpf

Severity

DEBUG

Recommended Actions

Check if resolved address in reachable


Log ID

PIM_ADDRESS_RESOLUTION_RESPONSE_DELETE

Message

PIM RPF resolved address deleted - {instance:%s address:%s} {afi:%s safi:%s} {exit-interface:%s peer-ip:%s}

Description

PIM RPF resolved address deleted

Log Module

pim

Log Group

rpf

Severity

DEBUG

Recommended Actions

Check if resolved address in reachable


Log ID

PIM_RIBLOCAL_ROUTE_ADD

Message

PIM multicast route added to riblocal table - {instance:%s interface:%s} {source:%s group:%s rpf-interface:%s}

Description

PIM multicast route added to riblocal table

Log Module

pim

Log Group

multicast-route

Severity

DEBUG

Recommended Actions

Check if installed multicast route has subscribers


Log ID

PIM_RIBLOCAL_ROUTE_DELETE

Message

PIM multicast route deleted to riblocal table - {instance:%s interface:%s} {source:%s group:%s rpf-interface:%s}

Description

PIM multicast route deleted to riblocal table

Log Module

pim

Log Group

multicast-route

Severity

DEBUG

Recommended Actions

Check if multicast route has no subscribers


Log ID

PIM_RIBLOCAL_ROUTE_CHANGE

Message

PIM multicast route changed to riblocal table - {instance:%s interface:%s} {source:%s group:%s rpf-interface:%s}

Description

PIM multicast route changed to riblocal table

Log Module

pim

Log Group

multicast-route

Severity

DEBUG

Recommended Actions

Check if multicast route has no subscribers


Log ID

PIM_FIBLOCAL_ROUTE_ADD

Message

PIM multicast route added to fiblocal table - {instance:%s} {source:%s group:%s rpf-interface:%s}

Description

PIM multicast route added to fiblocal table

Log Module

pim

Log Group

multicast-route

Severity

DEBUG

Recommended Actions

Check if installed multicast route has subscribers


Log ID

PIM_FIBLOCAL_ROUTE_DELETE

Message

PIM multicast route deleted to fiblocal table - {instance:%s} {source:%s group:%s rpf-interface:%s}

Description

PIM multicast route deleted to fiblocal table

Log Module

pim

Log Group

multicast-route

Severity

DEBUG

Recommended Actions

Check if multicast route has no subscribers


Log ID

PIM_FIBLOCAL_ROUTE_CHANGE

Message

PIM multicast route changed to fiblocal table - {instance:%s} {source:%s group:%s rpf-interface:%s}

Description

PIM multicast route changed to fiblocal table

Log Module

pim

Log Group

multicast-route

Severity

DEBUG

Recommended Actions

Check if multicast route has no subscribers


20. pool Log Messages

20.1. Log Level Summary

Error(8)

Log ID

POOL_CLIENT_INIT

Message

Pool client init failed for module: %s, resource: %s

Description

Pool client init failure

Log Module

pool

Log Group

internal

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

POOL_CLIENT_NOT_FOUND

Message

Pool client not found for module: %s, resource: %s

Description

The pool client not found

Log Module

pool

Log Group

internal

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

POOL_CLIENT_INVALID_MODULE

Message

Invalid Module name %s passed to pool client init

Description

The pool client not found

Log Module

pool

Log Group

internal

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

POOL_CLIENT_OUT_OF_MEMORY

Message

Unable to allocate memory

Description

System out of memory

Log Module

pool

Log Group

internal

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

POOL_CLIENT_DICT_ADD_FAILED

Message

Failed to add pool client to client dict

Description

Dictionary addition failed

Log Module

pool

Log Group

internal

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

POOL_CLIENT_RANGE_REQ_FAILED

Message

Failed to send range request to poold error: %s

Description

Failed to send range request to poold

Log Module

pool

Log Group

internal

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

POOL_TABLE_CREATE_FAILED

Message

Failed to create table, error: %s

Description

Failed to send range request to poold

Log Module

pool

Log Group

internal

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


Log ID

POOL_CLIENT_DICT_NOT_INITED

Message

Pool client dictionary is not created yet

Description

The pool client not found

Log Module

pool

Log Group

internal

Severity

ERROR

Recommended Actions

Contact Rtbrick customer support


21. Resource Monitoring Log Messages

21.1. Log Level Summary

Info(24), Debug(12)

Log ID

RESMON_RESOURCE_OPTICS_MDL_TEMP_HIGH_ALARM

Message

Module temperature is above threshold high alarm for module %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_TEMP_HIGH_WARN

Message

Module temperature is above threshold high warning for module %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_TEMP_LOW_ALARM

Message

Module temperature is below threshold low alarm for module %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_TEMP_LOW_WARN

Message

Module temperature is below threshold low warning for module %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_VOLTAGE_HIGH_ALARM

Message

Module voltage is above threshold high alarm for module %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_VOLTAGE_HIGH_WARN

Message

Module voltage is above threshold high warning for module %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_VOLTAGE_LOW_ALARM

Message

Module voltage is below threshold low alarm for module %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_VOLTAGE_LOW_WARN

Message

Module voltage is below threshold high alarm for module %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_LANE_POWER_HIGH_ALARM

Message

Module %s power is above threshold high alarm for module %s on lane %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_LANE_POWER_HIGH_WARN

Message

Module %s power is above threshold high warning for module %s on lane %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_LANE_POWER_LOW_ALARM

Message

Module %s power is below threshold low alarm for module %s on lane %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_LANE_POWER_LOW_WARN

Message

Module %s power is below threshold high alarm for module %s on lane %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_LANE_BIAS_HIGH_ALARM

Message

Module %s bias is above threshold high alarm for module %s on lane %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_LANE_BIAS_HIGH_WARN

Message

Module %s bias is above threshold high warning for module %s on lane %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_LANE_BIAS_LOW_ALARM

Message

Module %s bias is below threshold low alarm for module %s on lane %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_LANE_BIAS_LOW_WARN

Message

Module %s bias is below threshold high alarm for module %s on lane %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_LANE_LOS

Message

Module %s loss of signal alarm for module %s on lane %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_RESOURCE_OPTICS_MDL_LANE_LOL

Message

Module %s loss of light alarm for module %s on lane %s

Description

Resmond resource event logging

Log Module

resmon

Log Group

resmon-resource-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_NTP_PEER_DOWN

Message

NTP Peer down ID %s with IP %s resolving to %s

Description

Resmond ntp peer event logging

Log Module

resmon

Log Group

resmon-ntp-peer-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_NTP_PEER_UP

Message

NTP Peer up ID %s with IP %s resolving to %s

Description

Resmond ntp peer event logging

Log Module

resmon

Log Group

resmon-ntp-peer-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_NTP_PEER_BEST

Message

NTP Peer selected as best peer for sync ID %s with IP %s resolving to %s

Description

Resmond ntp peer event logging

Log Module

resmon

Log Group

resmon-ntp-peer-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_NTP_PEER_NOT_BEST

Message

NTP Peer deselected as best peer for sync ID %s with IP %s resolving to %s

Description

Resmond ntp peer event logging

Log Module

resmon

Log Group

resmon-ntp-peer-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_NTP_PEER_UNREACHABLE

Message

NTP Peer unreachable ID %s with IP %s resolving to %s

Description

Resmond ntp peer event logging

Log Module

resmon

Log Group

resmon-ntp-peer-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_NTP_PEER_REACHABLE

Message

NTP Peer reachable ID %s with IP %s resolving to %s

Description

Resmond ntp peer event logging

Log Module

resmon

Log Group

resmon-ntp-peer-events

Severity

INFO

Recommended Actions

Check resource properties


Log ID

RESMON_GENERIC

Message

RESMOND generic event - %s

Description

Resmond generic event logging

Log Module

resmon

Log Group

resmon-internal-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_GENERIC_RC

Message

RESMOND generic event - %s status[%s - %s]

Description

Resmond generic event logging

Log Module

resmon

Log Group

resmon-internal-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_BDS_OBJ_ALLOC_ERR

Message

Unable to allocate object template for %s

Description

Resmond bds event logging

Log Module

resmon

Log Group

resmon-bds-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_BDS_ATTR_NOT_FOUND

Message

Expecting attribute "%s", but not found

Description

Resmond bds event logging

Log Module

resmon

Log Group

resmon-bds-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_BDS_ATTR_OBJ_NOT_FOUND

Message

Unable to get attribute "%s" in "%s"

Description

Resmond bds event logging

Log Module

resmon

Log Group

resmon-bds-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_BDS_TABLE_NOT_FOUND

Message

Table "%s" not present

Description

Resmond bds event logging

Log Module

resmon

Log Group

resmon-bds-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_BDS_TBL_CREATE_ERR

Message

Failed to create table %s of type %s

Description

Resmond bds event logging

Log Module

resmon

Log Group

resmon-bds-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_BDS_TBL_SUBSCRIBE_ERR

Message

Failed to subscribe table %s

Description

Resmond bds event logging

Log Module

resmon

Log Group

resmon-bds-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_INTERNAL_FILE_OPEN_ERR

Message

File %s open failed[%s - %s]

Description

Resmond internal event logging

Log Module

resmon

Log Group

resmon-internal-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_INTERNAL_FILE_CLOSE_ERR

Message

File %s open failed[%s - %s]

Description

Resmond internal event logging

Log Module

resmon

Log Group

resmon-internal-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_INTERNAL_FILE_NOT_FOUND

Message

File %s not found

Description

Resmond internal event logging

Log Module

resmon

Log Group

resmon-internal-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


Log ID

RESMON_INTERNAL_CMD_EXEC_FAIL

Message

Failed to execute system cmd[%s], err code[%s]

Description

Resmond internal event logging

Log Module

resmon

Log Group

resmon-internal-events

Severity

DEBUG

Recommended Actions

Check resmond resource and intenal tables


22. validation Log Messages

22.1. Log Level Summary

Debug(33)

Log ID

VALIDATION_TABLE_CREATED

Message

BDS table %s created

Description

BDS table created

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_TABLE_CREATE_ERROR

Message

Failed to create BDS table %s

Description

Failed to create BDS table

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_TABLE_DELETED

Message

BDS table %s deleted

Description

BDS table deleted

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_TABLE_ATTR_NOT_FOUND

Message

Failed to get table attribute for table %s

Description

BDS table attribute not found

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_TABLE_NOT_FOUND

Message

Failed to get table %s

Description

BDS table not found

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_TABLE_SUBSCRIBED

Message

BDS table %s subscribed

Description

BDS table subscribed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_TABLE_UNSUBSCRIBED

Message

BDS table %s unsubscribed

Description

BDS table unsubscribed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_TRAP_ADDED

Message

Trap %s added

Description

Validation trap added

Log Module

validation

Log Group

config

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_TRAP_DELETED

Message

Trap %s deleted

Description

Validation trap deleted

Log Module

validation

Log Group

config

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_OBJ_GET_FAILED

Message

Failed to get object for table %s

Description

BDS object get failed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_OBJ_ADD_FAILED

Message

Failed to add object for table %s

Description

BDS object add failed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_OBJ_DEL_FAILED

Message

Failed to delete object for table %s

Description

BDS object delete failed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_ADDED

Message

Cache object added in instance %s with cache-ip %s src-ip %s

Description

Cache object added

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_DELETED

Message

Cache object deleted from instance %s with cache-ip %s src-ip %s

Description

Cache object deleted

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_ADD_FAILED

Message

Failed to add cache object in instance %s with cache-ip %s src-ip %s

Description

Cache object add failed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_DEL_FAILED

Message

Failed to delete cache object from instance %s with cache-ip %s src-ip %s

Description

Cache object delete failed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_CHANGED

Message

Cache object changed in instance %s with cache-ip %s src-ip %s

Description

Cache object changed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_GET_FAILED

Message

Failed to get cache in instance %s with cache-ip %s src-ip %s

Description

Cache object get failed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_STOPPED

Message

Cache stopped in instance %s with cache-ip %s src-ip %s

Description

Cache stopped

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_FLUSHED

Message

Cache stale object flushed in instance %s with cache-ip %s src-ip %s

Description

Cache stale object flushed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_FLUSH_COUNT

Message

%s stale objects flushed in table %s

Description

Cache stale object flushed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_DATABASE_FLUSH

Message

full table %s flushed

Description

Cache database flushed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_START

Message

Tring to start the cache in instance %s with cache-ip %s src-ip %s

Description

Cache start

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_CONNECT

Message

Tring to connect to cache in instance %s with cache-ip %s src-ip %s port %s

Description

Cache connect

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_CACHE_CONNECT_FAILED

Message

Connect failed to cache in instance %s with cache-ip %s src-ip %s port %s

Description

Cache connect failed

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_PKT_ERROR

Message

Error while processing pdu %s from cache in instance %s with cache-ip %s src-ip %s

Description

Cache packet error

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_PKT_ERROR_SEND

Message

Sending error %s %s to cache in instance %s with cache-ip %s src-ip %s

Description

Cache packet error

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_PKT_ERROR_CACHE_NOT_FOUND

Message

Failed to get cache during pkt processing in instance %s with cache-ip %s src-ip %s

Description

Cache object not found

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_FSM_TIMER_STARTED

Message

Timer %s started for cache in instance %s with cache-ip %s src-ip %s

Description

Cache fsm timer started

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_FSM_TIMER_STOPPED

Message

Timer %s stopped for cache in instance %s with cache-ip %s src-ip %s

Description

Cache fsm timer stopped

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_FSM_TIMER_EXPIRED

Message

Timer %s expired for cache in instance %s with cache-ip %s src-ip %s

Description

Cache fsm timer expired

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_FSM_EVENT

Message

cache [%s cache-ip %s src-ip %s] moved from %s to %s with event %s

Description

Cache fsm timer expired

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support


Log ID

VALIDATION_LWIP_EVENT

Message

Event %s for cache [%s cache-ip %s src-ip %s]

Description

Cache lwip event

Log Module

validation

Log Group

general

Severity

debug

Recommended Actions

Contact Rtbrick customer support