extreme-chassis

Provides a data model for enabling and disabling the chassis.

Top-level container

module: extreme-chassis
   +--rw hide-virtual-ip-holder
   |  +--rw chassis
   |     +--rw virtual-ip?     common-def:ipv4-prefix-mask
   |     +--rw virtual-ipv6?   common-def:ipv6-address-prefix
   |     +--rw oper-address
   |        +--ro virtual-oper-Vip-address?     common-def:ipv4-address-prefix-type
   |        +--ro virtual-oper-VipV6-address*   string
   +--rw chassis
      +---x enable     
      +---x disable    
      +--rw beacon
      |  +---x enable     
      |  +---x disable    
      +--rw fan
         +--rw airflow-direction
            +---x port-side-intake     
            +---x port-side-exhaust

Actions

Enable the chassis:

module: extreme-chassis
   +--rw chassis
      +--ro enable 

Disable the chassis:

module: extreme-chassis
   +--rw chassis
      +--ro disable

Enable the chassis beacon:

module: extreme-chassis
   +--rw chassis
      +--rw beacon
      |  +--ro enable 

Disable the chassis beacon:

module: extreme-chassis
   +--rw chassis
      +--rw beacon
      |  +--ro disable

Set the airflow direction to port-side-intake:

module: extreme-chassis
   +--rw chassis
      +--rw fan
         +--rw airflow-direction
            +--ro port-side-intake

Set the airflow direction to port-side-exhaust:

module: extreme-chassis
   +--rw chassis
      +--rw fan
         +--rw airflow-direction
            +--ro port-side-exhaust