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]
原文地址:https://www.cnblogs.com/dream397/p/13293346.html