Management IP address

Configure the management IP address to allow remote access for configuration and management purposes using an in-band or out-of-band management port on the device.

See Ports and Interfaces for information about configuring IP address on the in-band management port.

Perform the following steps to configure IP address on the out-of-band management port of the device.

  1. Enter the BOF configuration context.
    bof private
  2. Configure the management IP.
    /bof router "management" interface "management" cpm active ipv4 ip-address 172.20.20.2
    /bof router "management" interface "management" cpm active ipv4 prefix-length 24
    /bof router "management" interface "management" cpm active ipv6 ipv6-address 3fff:172:20:20::2
    /bof router "management" interface "management" cpm active ipv6 prefix-length 64
  3. Configure static routes for management access, if required.
    /bof router "management" static-routes route 0.0.0.0/0 next-hop 172.20.20.1
  4. Commit the configuration changes, and exit the BOF configuration context.
  5. To view the full BOF configuration, use the following command.
    admin show configuration bof