11-13-2017 09:34 AM
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 = 521
tunnel.description = "test tunnel"
tunnel.vrf.forwarding="PostNscrub"
#tunnel.ip.address.primary.address= "192.168.201.202"
#tunnel.ip.address.primary.mask="255.255.255.254"
tunnel.ip.tcp.adjust_mss=1436
tunnel.tunnel.source="Lo103"
#tunnel.tunnel.destination="8.8.8.8"
interface.tunnel.append(tunnel)
crud.create(provider, interface)
Solved! Go to Solution.
11-15-2017 09:35 PM
11-15-2017 09:35 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide