show properties

Purpose

Within an edit session, display the configurable properties of the object.

Syntax

show properties

Parameters

None.

Usage Notes

To see the properties of a nested level, enter the edit submode and repeat the command.

Example

Display the configurable properties of an ethernet-interface.
Console> edit ethernet-interface eth3
Console ethernet-interface:eth3> show properties
Basic properties:
        AdminState
        mac-address
        mode
        mtu
        use-arp
        userdata

Sub-mode (complex) properties:
        ip

Console ethernet-interface:eth3> ip
Entering "ip" mode
Console ethernet-interface:eth3 ip> show properties
Basic properties:
        dad-retransmit-timer
        dad-transmits
        use-dhcp
        use-slaac

Array (list) properties:
        address
        static-route

Sub-mode (complex) properties:
        ipv4-default-gateway
        ipv6-default-gateway

Console ethernet-interface:eth3 ip>