Tracking L2VPN state change
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-16-2016 11:16 AM
Hello everybody,
I want to know a way to log the l2vpn peer state changes on my switch, is that possible?
By using this MPLS.L2VPN.ChgPWState, am I going to see both vpls and vpws changes?
Thanks!
I want to know a way to log the l2vpn peer state changes on my switch, is that possible?
By using this MPLS.L2VPN.ChgPWState, am I going to see both vpls and vpws changes?
Thanks!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-16-2016 01:21 PM
Hi Julian,
Yes, the log event "MPLS.L2VPN.ChgPWState" will increment when the VPLS/VPWS state changes between UP/Down.
You can use the command below to check the counters:
show log counters MPLS.L2VPN.ChgPWState
To add the event to the "DefaultFilter" log you can use the command below:
configure log filter "DefaultFilter" add events MPLS.L2VPN.ChgPWState
Yes, the log event "MPLS.L2VPN.ChgPWState" will increment when the VPLS/VPWS state changes between UP/Down.
You can use the command below to check the counters:
show log counters MPLS.L2VPN.ChgPWState
To add the event to the "DefaultFilter" log you can use the command below:
configure log filter "DefaultFilter" add events MPLS.L2VPN.ChgPWState
