Skip to main content
ONTAP EMS reference
A newer release of this product is available.

vifmgr.staticroute events

Suggest changes

vifmgr.staticroute EMS events occur when ONTAP encounters issues associated with static route operations on Vservers or storage virtual machines (SVMs).

vifmgr.staticRoute.add

Severity

NOTICE

Description

This message occurs when a static route is added to a Vserver.

Corrective Action

(None).

Syslog Message

Static route created on Vserver %s: dest %s, gw %s, metric %u.

Parameters

vserverName (STRING): Name of the Vserver on which the static route was added.
destination (STRING): The IP subnet to which the route applies.
gateway (STRING): The IP address of the gateway.
metric (INT): The metric of the route, used to determine its priority relative to other routes for the Vserver.

vifmgr.staticRoute.del

Severity

NOTICE

Description

This message occurs when a static route is deleted from a Vserver.

Corrective Action

(None).

Syslog Message

Static route deleted from Vserver %s: dest %s, gw %s, metric %u.

Parameters

vserverName (STRING): Name of the Vserver from which the static route was deleted.
destination (STRING): The IP subnet to which the route applies.
gateway (STRING): The IP address of the gateway.
metric (INT): The metric of the route, used to determine its priority relative to other routes for the Vserver.