Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-Issues/CONTAP-461406
      The metric should be a required parameter with validation that will show an alert if the destination and metric are the same, indicating that these settings can cause a problem. ::> route show -vserve...The metric should be a required parameter with validation that will show an alert if the destination and metric are the same, indicating that these settings can cause a problem. ::> route show -vserver SVM-NAS Vserver Destination Gateway Metric ------------------- --------------- --------------- ------ SVM-NAS 0.0.0.0/0 192.168.10.1 20 0.0.0.0/0 192.168.200.1 20 ::> network route create -vserver SVM-NAS -destination 0.0.0.0/0 -gateway 172.25.2.1 Success