brocade-arp

Top-level container

 module: brocade-arp
   +--rw arp-entry* [arp-ip-address]
   |  +--rw arp-ip-address       inet:ipv4-address
   |  +--rw mac-address-value?   mac-access-list:mac-address-type
   |  +--rw interfacename?       enumeration
   |  +--rw (interfacetype)?
   |     +--:(Port-channel)
   |     |  +--rw Port-channel?        interface:portchannel-type
   |     +--:(Ethernet)
   |     |  +--rw Ethernet?            interface:interface-type
   |     +--:(Ve)
   |        +--rw Ve?                  interface:ve-type
   +--rw host-table
      +--rw aging-mode
      |  +--rw conversational?   empty
      +--rw aging-time
         +--rw conversational-timeout?   uint32 

RPCs

Return ARP entries of the managed entity:

rpcs:
   +---x get-arp    
      +---w input     
      |  +---w (input-type)?
      |     +--:(interface)
      |     |  +---w interface-type?   enumeration
      |     |  +---w interface-name?   union
      |     +--:(dynamic)
      |     |  +---w dynamic?          empty
      |     +--:(static)
      |     |  +---w static?           empty
      |     +--:(ip)
      |        +---w ip-address?       inet:ipv4-address
      +--ro output    
         +--ro arp-entry* [ip-address]
            +--ro ip-address        inet:ipv4-address
            +--ro mac-address?      mac-access-list:mac-address-type
            +--ro interface-type?   enumeration
            +--ro interface-name?   union
            +--ro is-resolved?      boolean
            +--ro age?              string
            +--ro entry-type?       enumeration