86915039 发表于 2025-4-16 09:52:15

我4.14日参加了ccie ei lab考试 但是未通过 对评分有很大的争议

第五部分自动化得分58 我都蒙蔽了 现场lab环境R23进行现象测试 shutdown l10口 然后more /bootflash/guest-share/RCA_Capture.txt文件 可以看到show 命令输出
我的代码如下:
import cli
import sys

int=sys.argv
cmds=['show ip int brief','show ip ospf nei','show ip route','show int '+int,'show log']
with open('/bootflash/guest-share/RCA_Capture.txt','w') as f:
for cmd in cmds:
    a=cli.execute(cmd)
    f.write(a)
可能我shutdown l10接口后more /bootflash/guest-share/RCA_Capture.txt文件 可以看到show 说明我eem python track app-host 配置块均没问题,难道和我l10接口shutdown后可能是未no shutdown有关 也可能是和我show命令没写完整命令导致的?(题目要求不能使用缩写)但这真会导致只给我58分?python后面那道改错题也做了 现象也出了 最后一题选择题也做了 现在是死都不知道自己怎么死的

fenghuiling 发表于 2025-4-17 19:04:26

是在北京考场考的吗

wuman 发表于 2025-4-17 21:19:07

{:6_278:}{:6_278:}{:6_278:}
页: [1]
查看完整版本: 我4.14日参加了ccie ei lab考试 但是未通过 对评分有很大的争议