ldp:  | Router LDP configurations  | 
  peers:  | Peer Details  | 
    - address: 1.1.1.1  | Configures the targeted-peer IPv4 address as <1.1.1.1> under router LDP  | 
    - address: 3.3.3.3  | Configures the targeted-peer IPv4 address as <3.3.3.3> under router LDP  | 
  advertise_label_prefix: only_lo  | If defined it will Configure the advertise label command for "ony_lo" prefix_list under router ldp  | 
  interfaces:  | LDP Interface configurations  | 
    - interface: eth1   | Enables LDP on interface <eth1> for protocol <ipv4>  | 
      protocol: ipv4  | Enables LDP for ipv4 protocol under interface eth1  | 
bgp:  | Router BGP configurations  | 
asn: 65001  | Autonomous system number  | 
networks:  | Network command  | 
-network_id: 36.0.0.2/32  | Configures the network IPv4 address as <36.0.0.2> under router BGP 65001  | 
neighbors:  | Neighbor command   | 
   -  neighbor_id: 10.0.1.14  |  Identifies the neighbor  | 
      remoteas: 65001  | configure remote-as 65001  for neighbor 10.0.1.14 command under router bgp  | 
      detection: fall-over  | Configure detection type as <fall-over bfd multihop>  | 
command under router bgp  | |
      updatesource: lo  | Configure update-source lo>  for <neighbor 36.0.0.1 >  under router bgp  | 
address_family:  | Address-family configuration  | 
 - address_family_type: labeled-unicast  |  Address family type label-unicast will be configured under router bgp   | 
   neighbors:  | Neighbor configuration under address family  | 
  - neighbor_id: 10.0.1.14  |  Activate neighbor 10.0.1.14 for address family label-unicast under bgp  | 
    next_hop_type: next-hop-self  |  If next_hop_type is defined then it will configure the neighbor 10.0.1.14 next-hop-self command will be configured for address-family label-unicast  | 
                          route_reflector_type: route-                           reflector-client  |  If route_reflector_type is defined then  neighbor 10.0.1.14 will be configured as route reflector client for address-family label-unicast  | 
- address_family_type: vpnv4  | Adress family type vpnv4 will be configured under router bgp   | 
  neighbors:  |  Neighbor configuration under address family  | 
    - neighbor_id: 10.0.1.14  | Activate neighbor 10.0.1.14 for address family vpnv4 under bgp  | 
      route_reflector_type:route  | |
            -reflector-client  | If route_reflector_type is defined then  neighbor 10.0.1.14 will be configured as route reflector client for address-family vpnv4  | 
- address_family_type: vrf  |  Adress family type vrf will be configured under router bgp   | 
  vrfs:  |  Multiple Vrf 's name will  be define under this  | 
    - vrf_name: 1001  | Address family type vrf with name <1001> will be configured under router bgp  | 
rsvp:  | Router RSVP configurations  | 
 trunks:  | Rsvp trunk  Details  | 
    - name: TO_AR-1  | Configures the rsvp-trunk with name TO_AR-1  | 
      ingress: 36.0.0.2  | Configures the starting  point  of the trunk as 36.0.0.2  | 
      egress: 10.0.1.14  | Configures the end point of the trunk as 10.0.1.14  | 
      FRR: primary fast-reroute protection facility  | Configures the FRR as FACILITY  | 
      FRR_TYPE: primary fast-reroute                     node-protection  | Configure the type of FRR type  as <node-protection>  | 
      primary_path: TO_AR-1  | Configures the trunk with a primary path TO_AR-1  | 
      secondary_path: TO_AR-1_Sec  | Configures the trunk with a secondary path TO_AR-1_Sec  | 
   bypass:  | Bypass configuration  | 
     - name: TO_AR-1_BKUP  | Configures the rsvp-bypass with name TO_AR-1_BKUP  | 
       ingress: 36.0.0.2  | Configures the starting  point  of the bypass as 36.0.0.2  | 
       egress: 10.0.1.14  | Configures the end point of the trunk as 10.0.1.14  | 
       path: TO_AR-1_BKUP  | Configures the bypass with  path TO_AR-1_BKUP  | 
  rsvppath:  | Rsvp path configuration  | 
    - name: TO_AR-2_BKUP  |  Configures the RSVP path with name TO_AR-2_BKUP  | 
      hops:  | Hops configuration under path TO_AR-2_BKUP  | 
        - 10.110.140.110  | Configures 10.110.140.110 as a strict hop under rsvp-path TO_AR-2_BKUP  | 
        - 101.1.1.2  | Configures 101.1.1.2 as a strict hop under rsvp-path TO_AR-2_BKUP  | 
        - 101.3.1.2  | Configures 101.3.1.2 as a strict hop under rsvp-path TO_AR-2_BKUP  | 
        - 111.2.1.2  | Configures 111.2.1.2 as a strict hop under rsvp-path TO_AR-2_BKUP  | 
        - 10.0.1.15  | Configures 10.0.1.15 as a strict hop under rsvp-path TO_AR-2_BKUP  | 
  interfaces:  | Interface configuration for rsvp  | 
     - name: xe1  | Configures Interface xe1 command  | 
       command: enable-rsvp  | Configures enable-rsvp command under interface xe1  | 
QOS:  | QOS configuration  | 
 classmap:  | Class-map configuration  | 
    - matchtype: match-all  |  Configures the Logical-AND of all match statements under this class-map  | 
      name: DSCP-AF11  | Specify a class-map name (Max Size 32)  | 
      protocol: dscp  | Configures the protocol type dscp under class-mapp DSCP-AF11   | 
      dscptype: af11  | Configures  Match type of  dscp as  af11 under DSCP-AF1  | 
    - matchtype: match-all  | Configures the Logical-AND of all match statements under this class-map  | 
      name: VLAN100  | Specify a class-map name (Max Size 32)  | 
      protocol: vlan  | Configure te protocol type vlan under class-map VLAN100  | 
      dscptype: 500  | Configures the  vlan id  under  the class-map VLAN100  | 
    - matchtype: type  | Configures the type of match statements under this class-map  | 
      protocol: queuing  | Configure the protocol as queuing   | 
      que_name: defaultq  | Configure the  class-map defaultq name for protocol queuing  | 
      classification: service-template  | Configures the  classification type as service-template under defaultq  | 
      name: vpws   | Configures the name of the service-template  | 
     - matchtype: type  | Configures the type of match statements under this class-map  | 
       protocol: queuing  | Configure the protocol as queuing under class-map  | 
       que_name: matchall  | Configure the  class-map matchall name for protocol queuing  | 
       classification: vlan  | Configures the  classification type as  vlan  | 
       name: 1001  | Configures the if of the vlan as 1001  | 
  policymap:  | Policymap configuration  | 
    - qos_name: ALL-VLANs  | Configure the name of the policy-map as ALL-VLANs  | 
      params:  |  Configure the parameter for policy-map  | 
        - matchtype: type  | Configures the type command for policy-map  | 
          protocol: qos  | Configure the type of protocol as qos for policy-map  | 
          name: VLAN100  | Configure  the class name as VLAN100 under policy-map ALL-VLANs  | 
          val: 1  |  Define the occurrence of under the policy-map  | 
    - qos_name: DSCP-ALL  | Configure the name of the policy-map as DSCP-ALL  | 
      params:  | Configure the parameter for policy-map  | 
        - matchtype: type  | Configures the type command for policy-map  | 
          protocol: qos  | Configure the type of protocol as qos for policy-map  | 
          name: DSCP-AF11  | Configure  the class name as DSCP-AF11 under policy-map DSCP-ALL  | 
          cosvalue: 1  | Configures the queue  value to be taken for matched traffic  | 
Under class  DSCP-AF11  | |
          val:1  |  Define the occurrence of under the policy-map  | 
        - matchtype: type  | Configures the type command for policy-map  | 
          protocol: qos  | Configure the type of protocol as qos for policy-map  | 
          name: DSCP-AF12  | Configure  the class name as DSCP-AF12 under policy-map DSCP-ALL  | 
          cosvalue: 1  | Configures the queue  value to be taken for matched traffic  | 
Under class  DSCP-AF12  | |
          val:2  |  Define the occurrence of under the policy-map  | 
    - que_name: shaper  | Configure the name of the queue as shaper  | 
      params:  | Configure the parameter for policy-map  | 
       - matchtype: type  | Configures the type command for policy-map  | 
        protocol: queuing  | Configure the type of protocol as queuing for policy-map  | 
        name: DSCP-EF  | Configure  the class name as DSCP-EF under policy-map shaper  | 
        val: 1  |  Define the occurrence of under the policy-map  | 
        classmap_name: defaultq  | Configures the class-map name defaultq  | 
      shape_rate: 10 gbps  | Configures the shape rate as 10 gbps under under class DSCP-EF  | 
  interfaces:  | Interface configuration  | 
    - name: eth3  | Configure the interface eth3 command  | 
      policy_type:  | Policy configuration under interface  | 
        - type: qos  | Configures the service policy type as  qos   | 
          policy_name: ALL-VLANs  | Configures the input policy name  as ALL-VLANs for policy-type qos  | 
        - type: queuing  | Configures the service policy type as  queuing   | 
          policy_name: shaper  | Configures the output  policy name  as shaper for policy-type queuing  | 
PTP_SYNCE:  | PTP Synce configurations  | 
  numberport: 5  | Configure the numpber-port value as 1 under ptp clock profile g8275.1  | 
  ptp:  | Ptp configuration   | 
    - clockport: 1  | Configure the clock-port value as 1 under ptp clock profile g8275.1  | 
      interface: xe19  | Configures network-interface  as xe19 under clock-port 1   | 
  interfaces:  |  Interface configurations  | 
    - name: xe4  | configures interface xe4   | 
      mode: synchronous  | Enables mode synchronous under synce  | 
      inputsource: 10  | Configure  input-source as 10 under interface if defined   | 
      outputsource: output-source  | Configure output-source under interface  if defined   | 
      Waittorestore: 1  |  Configure wait-to-restore  as 1  under interface  if defined   | 
VPWS:  | VPWS configurations  | 
  pseudowire:  | Pseudowire(PW)  instance configuration  | 
    - vc_name: vpws  | Configures the name of PW as vpws  | 
      vc_id: 1  | Configures the PW id as 1  | 
      peer: 36.0.0.8  | Configures PW peer id as 36.0.0.8  | 
    - vc_name: vpws-2  | Configures the name of PW as vpws-2  | 
      vc_id: 2  | Configures the PW id as 2  | 
      peer: 10.0.1.14  | Configures PW peer id as 10.0.1.14  | 
  service_template:  | Service-template configuration  | 
    - name: vpws  | Configure service-template name as vpws  | 
      vlan: 555  |  Configure match-outer vlan as  vlan-id  555  under service-template vpws  | 
      operation: pop  | Configure rewrite ingress operation as pop under service-template vpws  | 
      tpid: dot1.q  | Configure outgoing tpid as dot1.q under service-template vpws  | 
    - name: vpws-2  | Configure service-template name as vpws-2  | 
      vlan: 600  | Configure match-outer vlan as  vlan-id  600 under service-template vpws  | 
 interfaces:  | Interface configuration  | 
    - name: xe20  | Configure interface xe20 command   | 
      vpws_binding:  | Configuration to bing vpws instance with service -template  | 
        - instance: vpws  | Configure the binding of instance name vpws    | 
          service_template: vpws  | Configure the vpws binding with service-template vpws  under interface  | 
        - instance: vpws-2  | Configure the binding of instance name vpws-2    | 
          service_template: vpws-2  | Configure the vpws binding with service-template vpws -2 under interface  | 
L3VPN:  | L3VPN configurations  | 
  vrfs:  | VRF  instance configuration  | 
    - vrf_name: 1001  | Configures the name of VRFas 1001  | 
      rd_1: 36.0.0.2  | Configures the ASN or IP-address value depending on the   ASN:nn_or_IP-address:nn  route distinguisher value used .  | 
      rd_2: 1001  | Configures the nn on the   ASN:nn_or_IP-address:nn  route distinguisher value.  | 
      rt_1: 65001  | Configures   the ASN or IP-address value depending on the   ASN:nn_or_IP-address:nn format used for route-target   | 
        rt_2: 1001  | Configure nn value of the route-target  | 
  vrf_interfaces:  | Vrf interface configuration   | 
    - interface_name: eth2  | Configure interface eth2   | 
      vrf_name: 1001  | Configure the interface as part of the vrf 1001  | 
      address: 19.19.19.1/24  |  Configure the ip address 19.19.19.1/24on  the vrf interface    | 
Route_Map:  | Route map  configurations  | 
  params:  | Route map parameters configuration  | 
    - name: NEXTHOP_SELF   | Configures the name of  the route_map  | 
      permission: permit  | Configure the permission type as permit  for route map  | 
      seq_no:  10  | Configure the sequence no. as 10   | 
      operation: set  | Configures the operation type under route-map as set   | 
      protocol: vpnv4  | Configures the protocol as vpnv4   | 
      match: next-hop   | Configures   the  match-type as next-hop under route-map NEXTHOP_SELF   | 
      prefix_list: 36.0.0.1  | Configure the matching prefix as 36.0.0.1 .we can define prefix list name also if it is created .  | 
    - name: LO_RED_TO_0   | Configures the name of  the route_map  | 
      permission: permit  | Configure the permission type as permit  for route map  | 
      seq_no:  10   | Configure the sequence no. as 10   | 
      operation: match  | onfigures the operation type under route-map as match   | 
      protocol: ip  | Configures the matching  protocol as ip   | 
      match: address   | Configures   the  match-type as addressunder route-map LO_RED_TO_0  | 
     prefix_list: LO_RED_TO_0  | Configure the matching prefix list name   | 
prefix_list:  | prefix-list  configurations  | 
  params:  | prefix-list  parameters configuration  | 
    - name: only_lo   | Configures the name of  the prefix-list  | 
      seq_no: seq 5   | Configures the sequence no. to give the priority to the matched  | 
prefixes   | |
      permission: permit   | Configure the permission type as permit  for prefix-list  | 
      prefix: 36.0.0.1/24   | Configure the prefix to matched   | 
      eq: 32  | If defined it wiill confgigure the Exact prefix length to be matched as 32  | 
ACL:  | ACL configurations  | 
  params:  | ACL  parameters configuration  | 
    - name: only_lo   | Configures the name of  the ACL  | 
      seq_no: 10  | Configures the sequence no. to give the priority to the matched prefixes   | 
      permission: permit  | Configure the permission type as permit  for acl  | 
      protocol: any    | Configure any command to match any  type of protocol packet to match   | 
      prefix: 36.0.0.0/24  | Configure the prefix to matched   | 
      dst: any  | Configure the destination address as any  | 
    - name: only_lo   | Configures the name of  the ACL  | 
      seq_no:  11   | Configures the sequence no. to give the priority to the matched prefixes   | 
      permission: deny  | Configure the permission type as deny  for acl  | 
Snmp  |  Set SNMP service  | 
 Traps  |  globally enable snmp traps  | 
    - daemon: bgp  |  Enable bgp notification trap in global configuration mode  | 
    - daemon: isis  |  Enable isis notification trap in global configuration mode  | 
    - daemon: pwdelete  |  Enable pwdelete notification trap in global configuration mode  | 
    - daemon: pw  |  Enable pw notification trap in global configuration mode  | 
    - daemon: mpls  |  Enable mpls notification trap in global configuration mode  | 
    - daemon: ospf  |  Enable ospf notification trap in global configuration mode  | 
    - daemon: rsvp  |  Enable rsvp notification trap in global configuration mode  | 
vrf: management  | Configure vrf name as < snmp-server enable snmp vrf management> to enable snmp  | 
viewname: all  | Globally Configure viewname as < snmp-server view all.1 included vrf management>  | 
oid: .1  | Specify the OID-Tree in global configs  | 
community: test  | Configure community name as test  | 
communame: public  | Configure community name as public  | 
hosttest: 10.12.6.247  | Configure snmp-server host 10.12.6.247 traps version 2c public udp-port 161 vrf management command globlly  | 
hostpub: 10.12.47.72  | Configure snmp-server host 10.12.47.72 traps version 2c public udp-port 162 vrf management command globlly  | 
Key  | authentication key management configuratioin  | 
   chain: isis  | Configure key chain isis  command globally  | 
   keyid: 1  | Configure key identifier number under authentication key management  | 
   passwd: 0x46ff28ed3cbff32e  |  Configure key-string encrypted 0x46ff28ed3cbff32e command under key id  | 
Isis:  |  Router isis configs  | 
 proc1:  | ISIS router configuration details  | 
 processid: 1  |  Configure router isis process id 1  | 
 istype: level-1  | Configure IS Level 1 for this isis  routing process  | 
  level: level-1  | Configure authentication mode md5 level as 1 under router isis 1  | 
  spfvalue: 0  |  Configure spf-interval-exp 0 0 command under router isis 1  | 
  spfinmili: 0  |  Configure SPF calculation in milliseconds in spf-interval-exp 0 0 command under router isis 1  | 
  dynamic: dynamic-hostname  |  Configure dynamic hostname  | 
  net: 49.3600.3600.9608.00  |  Configure net: 49.0002.0000.0000.0099.00 under router isis 0  | 
  bfd: all-interfaces  |  Enable BFD on all interfaces  | 
  interfaces:  |  Interfaces details  | 
    - name: xe4  | Configure interface xe4  command  | 
      isis: 1  | Configure ip router isis 1 command under interface xe4  | 
     network: point-to-point  | Configure isis network point-to-point command  | 
   - name: xe2  | Configure interface xe2 command  | 
      isis: 1  | Configure ip router isis 1 command under interface xe2  | 
      network: point-to-point  | Configure interfacevlan1.1001  command  | 
    - name: lo  |  Configure interface lo command  | 
     isis: 1  | Configure ip router isis 1 command under interface loopback  | 
interfaces:  | Interface configuration  | 
   ifnames:  | Interface configuration details  | 
  - ifname: xe4  | Configure interface xe4  | 
   address:10.110.140.20/31  |  Configure ip address 10.110.140.20/31 command under xe4  | 
   mtu: 9216  | Configure mtu 9216 under xe4  | 
 - ifname: xe2  | Configure interface xe2  | 
   loadinterval: 30  |  Configure load interval 30 under interface xe4  | 
  address: 10.110.140.61/31  |  Configure ip address 10.110.140.61/31 command under xe2  | 
   mtu: 9216  | Configure mtu 9216 under xe2  | 
  - ifname: vlan1.1001  |  Configure interface vlan1.1001 command   | 
    address: 192.168.21.212/24  | Configure ip address 192.168.21.212/24 command under interface vlan1.1001  | 
  - ifname: vlan1.101  | Configure interface vlan1.101 command   | 
  address: 101.101.101.5/30  | Configure ip address 101.101.101.5/30 command under interface vlan1.101  | 
 - ifname: lo  |  Configure interface loopback  | 
  address: 36.0.0.8/32  |  Configure ip address 36.0.0.8/32 command under lopback interfaces  | 
 address1: ::1/128  | Configure ipv6 address  ::1/128 command under loopback interface  | 
bfdsession: 36.0.0.8  36.0.0.1  | Configure bfdsession: 36.0.0.8  36.0.0.1 command under loopback interface  | 
- ifname: xe0  | Configure interface xe0  | 
 switch: switchport  | Configure switchport under xe0 interface  | 
 bridge: 1  | Configure bridge-group 1 under xe0 interface  | 
 mode: trunk  | Configure switch mode as trunk under xe0 interfaces  | 
 vlan: all  | Configure switchport trunk allowed vlan all command under int xe0  | 
 loadinterval: 30  | Configure load-interval 30 under xe0 interfaces  | 
- ifname: xe22  | Configure interface xe22 command  | 
 switch: switchport  | Configure switchport command under xe22 command  | 
 bridge: 1  | Configure bridge-group 1 under xe22 interface  | 
 mode: trunk  | Configure switch mode as trunk under xe22 interfaces  | 
 vlan:  add 101,1001  | Configure switchport trunk allowed vlan add 101,1001 command under int xe22  | 
 loadinterval: 30  | Configure load-interval 30 under xe22 interfaces  | 
 mtu: 9216  | Configute mtu 9216 under xe22 interface  | 
- ifname: xe6  | Configure interface xe6 command  | 
 switch: switchport  | Configure switchport command under xe6 command  | 
 bridge: 1  | Configure bridge-group 1 under xe6 interface  | 
 mode: access  | Configure switch mode as access under xe6 interfaces  | 
 - ifname: xe10  | Configure interface xe10 command  | 
  speed: 1g  | Configure speed 1g under interface xe10  | 
- ifname: xe11  | Configure interface xe11 command  | 
  speed: 1g  | Configure speed 1g under interface xe11  | 
 - ifname: ce0  | Configure interface ce0 command  | 
  speed: 40g  | Configure speed 40g under interface ce0  | 
bfd  |  Bfd configuration  | 
interval: 3  | Configure globally BFD transmit Interval BFD configuration as 3  | 
minrx: 3  | Configure bfd interval 3 minrx 3 multiplier 3 command globally  | 
multiplier: 3  | Configure bfd interval 3 minrx 3 multiplier 3 command globally  | 
 multihoppeer:  | Configure multihoppeer configuration  | 
   - address: 36.0.0.1  |  Configure bfd multihop-peer 36.0.0.1 interval 300  minrx 300 multiplier 5 command globally  | 
 interval: 300  | Configure bfd multihop-peer 36.0.0.1 interval 300  minrx 300 multiplier 5 command globally  | 
 minrx: 300  | Configure bfd multihop-peer 36.0.0.1 interval 300  minrx 300 multiplier 5 command globally  | 
 multiplier: 5  | Configure bfd multihop-peer 36.0.0.1 interval 300  minrx 300 multiplier 5 command globally  | 
hardware  |  Hardware configuration  | 
filter: qos-ext  | Configure hardware-profile filter qos-txt command under config mode  | 
statistics:  | Hardware statistics configuration  | 
 - value: ingress-acl  | Configure hardware-profile statistics ingress ACL command under config mode  | 
 - value: mpls-pwe  | Configure hardware-profile statistics mpls-pwe command under config mode  | 
Ntp  |  NTP configuration  | 
 states:  |  Configure ntp states details  | 
-state: enable  | Enable ntp  | 
   - state: logging  | Configure ntp logging vrf management command   | 
 server:  | Configure ntp server address  | 
  - address: 216.239.35.4  | Configure ntp server 216.239.35.4 vrf management command under config mode  | 
logserver: 10.12.47.72  | Configure logging server 10.12.47.72 5 vrf management  | 
routerid: 36.0.0.8  | Configure router-id 36.0.0.8 command globally  | 
Vlan  |  Vlan configuration  | 
level: database  | Configure VLAN database  | 
range:  | Vlan range configuration  | 
- value: 101  | Configure vlan 101 bridge 1 state enable command under vlan database  | 
- value: 1001  | Configure vlan 1001 bridge 1 state enable command under vlan database  | 
bridge: 1  | Configure bridge 1 under vlan database  | 
state: enable  | Configure vlan bridge 1 state as enable under vlan database  | 
protocol: rstp  | Configure bridge 1 protocol rstp vlan-bridge command globally  | 
Lldp  |  lldp configuration  | 
lldp1:  |  lldp configuration details  | 
- name: xe2  | Configure interface xe2 command  | 
lagent: lldp-agent  | Enable lldp agent under xe2 interface  | 
state: enable  | Configure set lldp enable txrx command under interface xe2  | 
mode: txrx  | Configure lldp mode as txrx under interface xe2  | 
MED: med  | Configure lldp tlv-select med media-capabilities command under lldp-agent  | 
powerviamdi: media-capabilities  | Configure extended-power-via-mdi media-capailities in lldp tlv-select med media-capabilities command under lldp-agent  | 
port: port-id-tlv  | Configure port-id-tlv in set lldp port-id-tlv if-name command under interface xe2  | 
ifname: if-name  | Configure  if-name as  port-id-TLV in set lldp port-id-tlv if-name command under interface xe2  | 
tlvselect :  |  tlv select configuration  | 
- mgmt: port-description  | Configure lldp tlv-select basic-mgmt port-description command under interface xe2  | 
- mgmt: system-name  | Configure lldp tlv-select basic-mgmt system-name command under interface xe2  | 
- mgmt: system-capabilities  | Configure lldp tlv-select basic-mgmt system-capabilities under interface xe2  | 
- mgmt: system-description  | Configure lldp tlv-select basic-mgmt system-description under interface xe2  | 
- mgmt: management-address  | Configure lldp tlv-select basic-mgmt management-address under interface xe2  | 
- name: xe10  | Configure interface xe10 command  | 
lagent: lldp-agent  | Enable lldp agent under xe10 interface  | 
state: enable  | Configure set lldp enable txrx command under interface xe10  | 
mode: txrx  | Configure lldp mode as txrx under interface xe10  | 
MED: med  | Configure lldp tlv-select med media-capabilities command under lldp-agent  | 
powerviamdi: media-capabilities  | Configure extended-power-via-mdi media-capailities in lldp tlv-select med media-capabilities command under lldp-agent  | 
port: port-id-tlv  | Configure port-id-tlv in set lldp port-id-tlv if-name command under interface xe10  | 
ifname: if-name  | Configure if-name as port-id-TLV in set lldp port-id-tlv if-name command under interface xe10  | 
tlvselect :  |  tlv select configuration  | 
- mgmt: port-description  | Configure lldp tlv-select basic-mgmt port-description command under interface xe10  | 
- mgmt: system-name  | Configure lldp tlv-select basic-mgmt system-name command under interface xe10  | 
- mgmt: system-capabilities  | Configure lldp tlv-select basic-mgmt system-capabilities under interface xe10  | 
- mgmt: system-description  | Configure lldp tlv-select basic-mgmt system-description under interface xe10  | 
- mgmt: management-address  | Configure lldp tlv-select basic-mgmt management-address under interface xe10  | 
- name: xe11  | Configure interface xe11 command  | 
lagent: lldp-agent  | Enable lldp agent under xe11 interface  | 
state: enable  | Configure set lldp enable txrx command under interface xe11  | 
mode: txrx  | Configure lldp mode as txrx under interface xe11  | 
MED: med  | Configure lldp tlv-select med media-capabilities command under lldp-agent  | 
powerviamdi: media-capabilities  | Configure extended-power-via-mdi media-capailities in lldp tlv-select med media-capabilities command under lldp-agent  | 
port: port-id-tlv  | Configure port-id-tlv in set lldp port-id-tlv if-name command under interface xe11  | 
ifname: if-name  | Configure  if-name as  port-id-TLV in set lldp port-id-tlv if-name command under interface xe11  | 
tlvselect :  |  tlv select configuration  | 
- mgmt: port-description  | Configure lldp tlv-select basic-mgmt port-description command under interface xe11  | 
- mgmt: system-name  | Configure lldp tlv-select basic-mgmt system-name command under interface xe11  | 
- mgmt: system-capabilities  | Configure lldp tlv-select basic-mgmt system-capabilities under interface xe11  | 
- mgmt: system-description  | Configure lldp tlv-select basic-mgmt system-description under interface xe11  | 
- mgmt: management-address  | Configure lldp tlv-select basic-mgmt management-address under interface xe11  | 
- name: xe4  | Configure interface xe4 command  | 
  state: enable  | Enable lldp agent under xe4 interface  | 
  lagent: lldp-agent  | Configure set lldp enable txrx command under interface xe4  | 
  mode: txrx  | Configure lldp mode as txrx under interface xe4  | 
  MED: med  | Configure lldp tlv-select med media-capabilities command under lldp-agent  | 
powerviamdi: media-capabilities  | Configure extended-power-via-mdi media-capailities in lldp tlv-select med media-capabilities command under lldp-agent  | 
port: port-id-tlv  | Configure port-id-tlv in set lldp port-id-tlv if-name command under interface xe4  | 
ifname: if-name  | Configure  if-name as  port-id-TLV in set lldp port-id-tlv if-name command under interface xe4  | 
tlvselect :  |  tlv select configuration  | 
- mgmt: port-description  | Configure lldp tlv-select basic-mgmt port-description command under interface xe4  | 
- mgmt: system-name  | Configure lldp tlv-select basic-mgmt system-name command under interface xe4  | 
- mgmt: system-capabilities  | Configure lldp tlv-select basic-mgmt system-capabilities under interface xe4  | 
- mgmt: system-description  | Configure lldp tlv-select basic-mgmt system-description under interface xe4  | 
- mgmt: management-address  | Configure lldp tlv-select basic-mgmt management-address under interface xe4  |