zoukankan      html  css  js  c++  java
  • CE交换机(6)清除vxlan

    <JG05-SA-01-CE8850>sys
    Enter system view, return user view with return command.
    [~JG05-SA-01-CE8850]bridge-domain 100
    [~JG05-SA-01-CE8850-bd100]dis this
    #
    bridge-domain 100
     vxlan vni 3300
    #
    return
    [~JG05-SA-01-CE8850-bd100]undo vxlan vni 3300
    [*JG05-SA-01-CE8850-bd100]undo bridge-domain 100
                                   ^
    Error: Unrecognized command found at '^' position.
    [*JG05-SA-01-CE8850-bd100]interface nve1        
    [*JG05-SA-01-CE8850-Nve1]dis this
    #
    interface Nve1
     source 10.10.30.253
     vni 3300 head-end peer-list 10.10.16.81
    #
    return
    [*JG05-SA-01-CE8850-Nve1]undo source 10.10.30.253
    [*JG05-SA-01-CE8850-Nve1]undo vni 3300 head-end peer-list 10.10.16.81
    [*JG05-SA-01-CE8850-Nve1]quit
    [*JG05-SA-01-CE8850]int 100GE1/0/14.1 mode l2
    [*JG05-SA-01-CE8850-100GE1/0/14.1]dis this
    #
    interface 100GE1/0/14.1 mode l2
     encapsulation untag
     bridge-domain 100
    #
    return
    [*JG05-SA-01-CE8850-100GE1/0/14.1]undo  encapsulation untag
    Warning: Services on main interfaces may be available only after being re-configured.
    [*JG05-SA-01-CE8850-100GE1/0/14.1]undo bridge-domain 100
                                                         ^
    Error: Too many parameters found at '^' position.
    [*JG05-SA-01-CE8850-100GE1/0/14.1]undo bridge-domain    
    [*JG05-SA-01-CE8850-100GE1/0/14.1]
    Error: Too many parameters found at '^' position.
    [*JG05-SA-01-CE8850-100GE1/0/14.1]undo bridge-domain    
    [*JG05-SA-01-CE8850-100GE1/0/14.1]quit
    [*JG05-SA-01-CE8850]undo bridge-domain 100
    [*JG05-SA-01-CE8850]undo int nve1         
    [*JG05-SA-01-CE8850]undo 100GE1/0/14.1
                             ^
    Error: Unrecognized command found at '^' position.
    [*JG05-SA-01-CE8850]undo int 100GE1/0/14.1
    [*JG05-SA-01-CE8850]commit
    [~JG05-SA-01-CE8850]
  • 相关阅读:
    最长公共子序列-动态规划
    归并排序
    最大子段和-3种方法
    kafka compaction 分析(基于kafka 0.10.2版本)
    [转载]interp1
    [转]mat2gray函数原理分析
    Java 位运算(移位、位与、或、异或、非)与逻辑运算
    ML01a
    [第1集] 机器学习的动机与应用
    tap4fun公司面试总结
  • 原文地址:https://www.cnblogs.com/dream397/p/13293346.html
Copyright © 2011-2022 走看看