如此恶化 - 我找不到关于如何使用 Nexus regex 命令的好的文档。
所以,如果我的界面是这样的:
interface Vlan224
description MANAGEMENT
no shutdown
ip flow monitor netflow-monitor input
no ip redirects
ip address 10.214.224.2/24
ip ospf passive-interface
ip router ospf 1 area 0.0.0.3
ip pim sparse-mode
hsrp version 2
hsrp 224
preempt
priority 120
ip 10.214.224.1
我想运行类似于:
show run | inc (interface Vlan)|(ip address)
并且输出看起来类似于(如果这是在 IOS 上):
interface Vlan10
ip address 10.1.10.1 255.255.255.0
interface Vlan 11
ip address 10.1.11.1 255.255.255.0
etc.