Error:Too many parameters found at '^' position.

[SW1-Eth-Trunk1]dis th

#

interface Eth-Trunk1

mode lacp-static

max active-linknumber 2

#

return

[SW1-Eth-Trunk1]

[SW1-GigabitEthernet0/0/1]undo eth-trunk 1

^

Error:Too many parameters found at ‘^‘ position.

[SW1-GigabitEthernet0/0/1]undo eth-trunk

Info: This operation may take a few seconds. Please wait for a moment...done.

[SW1-GigabitEthernet0/0/1]

Error:Too many parameters found at '^' position.

时间: 2024-10-25 23:57:17

Error:Too many parameters found at '^' position.的相关文章

MySQL5.6 主从复制 ERROR 1776 (HY000): Parameters MASTER_LOG_FILE

主从都开启了gtid,在设置从库的时候遇到了问题 mysql> CHANGE MASTER TO MASTER_HOST='xxx',MASTER_USER='replicant',MASTER_PASSWORD='xxx', MASTER_LOG_FILE='bin.000050', MASTER_LOG_POS=191; ERROR 1776 (HY000): Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and REL

Fixing the "Your PC needs to restart" error in Win

Fixing the "Your PC needs to restart" error in Windows 8.1 in VirtualBoxJust a quick tip for people out there trying out Windows 8.1 in Oracle VirtualBox. If you're experiencing the following error when you try to boot from the ISO: Your PC need

ios AFNetworking 3.0 原码阅读分析 (一)(AFURLRequestSerialization)

本文主要内容是讲AFNetworking中的AFURLRequestSerialization.它主要的作用是在我们要发送一个网络请求的时候帮助我们创NSMutableURLRequest并封装好所需要的参数到NSMutableURLRequest中.那它内部做了些什么,提供了什么功能,使得我们进行网络请求时候变得如此方便.简单.好像我们什么都不用管就能建立一个正确的请求体NSURLRequest.接下来就会一步步揭开它神秘的面纱. 概览 首先看一下在AFURLRequestSerializat

用matlab生成mif文件

module rom_ip( clk,data, rst_n ); input clk; input rst_n; output [7:0] data; reg [7:0] add; rom_ip_mif rom_ip_mif_inst ( .address ( add ), .clock ( clk ), .q ( data ) ); always @(posedge clk or negedge rst_n) if(!rst_n)begin add <= 8'd0; end else if(

由M--〉S1变为M--&gt;S1&M--&gt;S2

场景:由M--〉S1变为M-->S1&M-->S2 传统复制: 环境: M:10.1.12.122 ,3306 S1:10.1.12.123,3306 拟添加的S2:10.1.12.122,3307 1) 从S1:10.1.12.123,3306 导出数据: [[email protected] ~]$ mysqldump -uroot -p  --single-transaction --dump-slave=2 -A >123slave.sql Enter password:

WiFi QC 自动测试:ixChariot API初探

Chariot虽然给我们提供了友好的界面,但是必须使用命令行或者使用它的API才能 实现自动测试.Chariot在安装的时候会让你选择命令行界面组件,在它的安装目录下面有一些工具, 暂时还不知道是干什么的,但是它的c语言API可以尝试一下. 打开Chariot的帮助文件,可以看到它具有API interface: 其中,TCL接口可以参照别人的博客,目前还没找到有人做过c语言的,这里就开始研究一下. 帮助里面提到,它支持这些编译器(Qt可能也支持,只是没有列出): Microsoft Visua

TypeScript入门-函数

▓▓▓▓▓▓ 大致介绍 TypeScript为JavaScript函数添加了额外的功能,让我们可以更容易地使用.TypeScript中的函数也包括JavaScript中最常见的两种函数 function add(x,y){ return x + y; } let add = function(x,y){ return x + y; } ▓▓▓▓▓▓ 函数类型 可以像变量一样为函数定义类型 function add(x: number, y: number): number { return x

华为交换机将端口由trunk更改为access报错解决方法

最近想将华为s2300-52p交换机的接口由之前的trunk更改为access时,总是更改不成功,报错信息如下: [ZGK-BG-Ethernet0/0/6]dis this # interface Ethernet0/0/6 port link-type trunk port trunk allow-pass vlan 2 to 4094 loopback-detect enable # return [ZGK-BG-Ethernet0/0/6]port link-t [ZGK-BG-Ethe

Bluedroid: 音频数据的传输流程

一. UIPC:   Audio Flinger获取到a2dp的hw module,然后蓝牙协议栈有专用于发送和接收media数据的线程,名称:btif_media_task.   蓝牙与Audio的通信则采用了socket的方式,管理socket的中间文件为:UIPC.主要的作用就是,接收Audio的控制命令和音频数据发送给BT,即 Audio_a2dp_hw -> UIPC -> btif_media_task   UIPC建立了两条socket,分别为:    #define A2DP_