我正在尝试寻找将评论添加到访问列表中的最佳方法。目前,我发现的唯一方法是:
switch#conf t
switch(config)#ip access-list extended VLAN-TEST3
switch(config-ext-nacl)#remark first remark
switch(config-ext-nacl)#10 permit ip any any
switch(config-ext-nacl)#remark second remark
switch(config-ext-nacl)#20 deny ip any any
switch(config-ext-nacl)#remark third remark
但是使用这个命令后,我无法看到注释,sh ip access-list VLAN-TEST3
只有执行 a 时注释才会出现sh run
(查看 ACL 的方法并不实用)。我也无法指定注释的行数,也无法修改/删除注释。
最好的方法是什么?我使用的是 Cisco 3750