k8s-cni-show
The Container Network Interface (CNI) is a proposed standard for configuring network interfaces for Linux application containers. This command is used to display CNI information.
Syntax k8s-cni-show
| 
    cluster-name cluster-name-string  | 
  
    Name of the Kubernetes cluster.  | 
 
| 
    Specify one or more of the following options:  | 
  
    | 
 
| 
    start-time date/time: yyyy-mm-ddTHH:mm:ss  | 
  
    The start time of statistics collection.  | 
 
| 
    end-time date/time: yyyy-mm-ddTHH:mm:ss  | 
  
    The end time of statistics collection.  | 
 
| 
    duration duration: #d#h#m#s  | 
  
    The duration of statistics collection.  | 
 
| 
    interval duration: #d#h#m#s  | 
  
    The interval between statistic collection.  | 
 
| 
    since-start  | 
  
    Statistics collected since start time.  | 
 
| 
    older-than duration: #d#h#m#s  | 
  
    Display statistics older than the specified duration.  | 
 
| 
    within-last duration: #d#h#m#s  | 
  
    Display statistics within the last specified duration.  | 
 
| 
    cni-plugin cni-plugin-string  | 
  
    The CNI plugin.  | 
 
| 
    backend backend-string  | 
  
    The backend used by the CNI plugin.  | 
 
| 
    udp-port udp-port-number  | 
  
    The VXLAN destination port.  | 
 
| 
    vxlan 0..16777215  | 
  
    VXLAN ID for the vFlow.  | 
 
| 
    network-type network-type-string  | 
  
    The network type implemented by the CNI plugin.  | 
 
Defaults None.
Access CLI
History
| 
    Version 7.0.0  | 
  
    Command introduced.  | 
 
Usage Use this command to display the CNI information.
Examples To display the CNI information, use this command:
CLI (network-admin@switch) > k8s-cni-show
cluster-name cni-plugin backend network-type
------------ ---------- ------- -----------
arista flannel host-gw underlay
