RCM Ops Center Configuration

Use the following RCM Ops Center CLI commands to configure the following functionality:

  • To configure the SNMP trapper pod in host networking mode and non-host networking mode:

    k8 smf profile rcm-snmp-trapper-ep snmp-trapper host-networking { false | true } 
  • To configure host networking mode and non-host networking mod in BFDmgr:

    k8 smf profile rcm-bfd-ep host-networking { true | false } 
    

    Default value: true

  • To configure node port:

    k8 smf profile rcm-bfd-ep node-port-enabled { true | false } 

    Default value: false

    The node port must be set to true when host networking is set to false .

  • To configure tracking interfaces in Keepalived pod:

    k8 smf profile rcm-keepalived-ep vrrp-config group vrrp_group_name 
       track-interface interface_name 
       exit 
  • To configure IPv4 virtual routes in Keepalived pod:

    k8 smf profile rcm-keepalived-ep vrrp-config group vrrp_group_name 
       ipv4-route route_serial_number 
          destination host_network_ipv4 mask ipv4_mask gateway host_ipv4 device interface-name 
          exit 
       exit