Loader

System Management

The tolt System Management portion of the model is used for configuring the management port for EMS management of the BOLT OLT and for ssh configuration.

The management port configuration is as follows:

The system management element has the following configurable attributes:

 

System Management Attributes 

Attribute  Values  Default  Required Description
Ip-mode dhcp | static Dhcp N Used to configure the management address as being assigned by either DHCP or as a static address.
Ip-version  ipv4 | ipv6 Ipv4 N Used to configure whether IPv4 or IPv6 is used for management.
V4-ip-address a.b.c.d N/A Y
(if static)
Used to set the IPv4 address in static mode.
V4-ip-default-gateway a.b.c.d N/A Y
(if static)
Used to set the IPv4 gateway in static mode.
V4-netmask a.b.c.d 255.255.255.0 N The netmask for the IPv4 address.
V6-ip-address valid IPv6 addr N/A N The static IPv6 address to be used.
V6-net-mask  IPv6 netmask N/A N The netmask for IPv6
V6-default-gateway IPv6 gateway N/A N The gateway for IPv6.
Vlan-id 0..4094 N/A Y The vlan to use for traffic management .
Vlan-priority 0..7 7 N The priority bit to assign to traffic management.
Vlan-tagged true | false False N Whether or not the management interface is tagged.  True is tagged, false is untagged.

 

The command system mgmt will manage the BOLT OLT.

Note 1: * = required parameter
Note 2: ** = required parameter (if static)
  • Command Path – tolt>system>mgmt>
  • Module – tolt
  • Container – system
  • Container – mgmt
  • Types – 
    • ip-mode  Used to configure the management address as being assigned by either DHCP or as a static address.
      • dhcp (default) | static
    • Ip-version  Used to configure whether IPv4 or IPv6 is used for management.
      • ipv4 (default) | ipv6
    • **V4-ip-address   Used to set the IPv4 gateway in static mode.
      • a.b.c.d
    • **V4-ip-default-gateway – Used to set the IPv4 gateway in static mode.  
      • a.b.c.d
    • **V4-netmask – The netmask for the IPv4 address.
      • a.b.c.d | 255.255.255.0 (Default)
    • V6-ip-address – The static IPv6 address to be used.  
      • valid IPv6 addr
    • V6-net-mask – The netmask for IPv6.      
      • IPv6 netmask
    • V6-default-gateway – The gateway for IPv6.
      • <IPv6 gateway> 
    • *Vlan-id – The vlan to use for traffic management.
      • 0 ..  4094 
    • Vlan-priority – The priority bit to assign to traffic management.
      • 0 .. 7 (default 7)
    • Vlan-tagged – Whether or not the management interface is tagged.  True is tagged, false is untagged.
      • true | false (default)  

Configure Static IP Address

  • Command Path – tolt>system>mgmt>
  • Module – tolt
  • Container – system
  • Container – mgmt
  • Types – Example Parameters
    • ip-mode static 
    • ip-version ipv4
    • v4-default-gateway 172.30.152.1
    • v4-ip-address 172.30.152.4
    • v4-net-mask 255.255.255.0
    • vlan-id 3152
    • vlan-priority 7
    • vlan-tagged false

 

  1. Fron the MDS1-ESUA<config># command line, input tolt system mgmt ip-mode static ip-version ipv4 v4-default-gateway 172.30.152.1 v4-ip-address 172.30.152.4 v4-net-mask 255.255.255.0 vlan-id 3152 vlan-priority 7 vlan-tagged false, and press Enter
  2. Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt system mgmt ip-mode dhcp ip-version ipv4 v4-default-gateway 172.30.152.1
 v4-ip-address 172.30.152.4 v4-net-mask 255.255.255.0 vlan-id 3152 vlan-priority 7 
vlan-tagged false <enter>
MDS1-ESUA<config>#_ 
 

Configure DHCP IP Address

  • Command Path – tolt>system>mgmt>
  • Module – tolt
  • Container – system
  • Container – mgmt
  • Types – Example Parameters
    • ip-mode dhcp
    • ip-version ipv4
    • vlan-id 3152
    • vlan-priority 7
    • vlan-tagged false

 

To configure the management interface for dhcp:

  1. From the MDS1-ESUA<config># command line, input tolt system mgmt ip-mode dhcp ip-version ipv4 vlan-id 3152 vlan-priority 7 vlan-tagged false, and press Enter
  2. Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt system mgmt ip-mode dhcp ip-version ipv4 vlan-id 3152 vlan-priority 7 
vlan-tagged false <enter>
MDS1-ESUA<config>#_
 

Display the current configuration

  • Command Path – show>running-config>tolt>system>mgmt>
  • Command – show
  • Database – running-config
  • Module – tolt
  • Container – system
  • Container – mgmt
  • Types – Example Parameters
    • ip-mode static 

 

  1. From the MDS1-ESUA<config># command line, input show running-config tolt system mgmt, and press Enter. Output similar to the following is displayed:
MDS1-ESUA<Config># show running-config tolt systems mgmt <enter>
tolt system mgmt ip-mode              static
tolt system mgmt ip-version           ipv4
tolt system mgmt v4-ip-address        172.30.152.4
tolt system mgmt v4-net-mask          255.255.255.0
tolt system mgmt v4-default-gateway   172.30.152.1
tolt system mgmt vlan-id              3152
tolt system mgmt vlan-priority        7
tolt system mgmt vlan-tagged          false
MDS1-ESUA<config># _

Delete Static IP and Return to Defaults

  • Command Path – no>tolt>system>mgmt>
  • Command – no
  • Module – tolt
  • Container – system
  • Container – mgmt

 

To delete the current configuration and return to the default dhcp setup:

  1. From the MDS1-ESUA<config># command line, input No tolt system mgmt, and press Enter. Output similar to the following is displayed:

 

MDS1-ESUA<config># No tolt system mgmt <enter>
MDS1-ESUA<config># _ 

 

Show Tolt System mgmt

  • Command Path – show>tolt>system>mgmt>
  • Command – show
  • Module – tolt
  • Container – system
  • Container – mgmt

 

  1. From the MDS1-ESUA<config># command line, input show tolt system mgmt, and press Enter. Output similar to the following is displayed:
MDS1-ESUA<Config># show running-config tolt systems mgmt <enter>
tolt system mgmt status ip-mode dhcp
tolt system mgmt status ip-version ipv4
MDS1-ESUA<config># _

 

 

FEEDBACK: Are you happy with this material?