1# %%01IFNET/4/IF_STATE(l)[8211]:Interface Ethernet0/0/48 has turned into DOWN state.
2
3messages:
4  - error: INTERFACE_DOWN
5    tag: 01IFNET/4/IF_STATE
6    values:
7      interface: (\w+[\.\-\d\/\w+]+)
8    line: 'Interface {interface} has turned into DOWN state.'
9    model: openconfig-interfaces
10    mapping:
11      variables: {}
12      static:
13        interfaces//interface//{interface}//state//oper_status: DOWN
14