Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-03-22 09:15
Flavor·PCRE (Legacy)

/
^interface (\S+)\n?(?:(?: description (.*)| ip address (\S+) (\S+)| .*)\n?)*
/
gm
Open regex in editor

Description

This regex fetches interface ID along with its ip address and description if configured otherwise blank

Submitted by anonymous