Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm tring to create IPIP or GRE tunnel:tunnel=native.interface.Tunnel()tunnel.name=999tunnel.description="test123"tunnel.vrf.forwarding="Stateful"tunnel.ip.address.primary.address="192.168.206.206"tunnel.ip.address.primary.mask="255.255.255.252"tunne...
Hello.I have some equal cost routes in RIB received by OSPF:Routing entry for x.x.x.230/32Known via "ospf 1", distance 110, metric 63, type extern 1Installed Dec 12 15:55:35.181 for 04:43:54Routing Descriptor Blocksx.x.x.250, from x.x.x.26, via Bundl...
Hello,I'm trying to receive route-maps from IOS XE and receiving only empty responses.
Text of script:crud = CRUDService()
native = xe_native.Native()routemap=native.RouteMap()routemap.name="test2"native.route_map.append(routemap)routemap=crud.read...
Hello,
I try to replicate IPv6 routes from global vrf to user vrf.
But ipv6 address family of vrf doesn't have "route-replicate" command.
I found "import/export [ipv4|ipv6] unicast map", but again for IPv6 exist only "export" command:
was-edge-1(co...
Hello,I trying to create tunnel on IOS XE, but if I try set tunnel source or destination - script interrupted with segmentation fault.crud = CRUDService()native = xe_native.Native()interface = native.Interface()tunnel = interface.Tunnel()tunnel.name ...
This document explains this problem for this platform. You can find case study around end of document:
https://www.cisco.com/c/en/us/support/docs/switches/catalyst-3850-series-switches/200594-Catalyst-3850-Troubleshooting-Output-dr.html
I correct my answer:
STP BPDU always will be sent untagged. It's mean - without 802.1Q header. And contains STP info from STP tree for VLAN 1. If you set native vlan "always tagged" - STP BPDU still send and receive untagged.
But if you remove VLAN 1...
It looks like a bug - I think NXOS just didn't add OSPF header lenght.
But you might wait somebody from Cisco answer(or open case in TAC) or just decrease mtu in policy-map by 16 bytes.