IOS to XE convertor tool Output question

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2018 04:27 AM
So I'm attempting to use the IOS to XE convertor tool, and having difficult time understanding the output results and why some lines are showing "Unprocessed" . I have like 191 lines showing "unprocessed" with pretty basic commands, that don't make sense to me, what is it trying to tell me.
Example:
Unchanged tunnel interface commands
- 335 interface Tunnel371
- description Tunnel 371 (via DS3) to SP7NRTR01 (10.0.2.46)
- ip address 10.0.x.x 255.255.255.252
- ip mtu 1399
- ------------------------- Then remaining tunnel config show unprocessed...why?
- !ip wccp password xxxxxxxxx
- !ip hold-time eigrp 10 45
- !ip flow ingress
- !ip tcp adjust-mss 1359
- !load-interval 30
- !delay 1000
- !qos pre-classify
- !keepalive 10 3
- !cdp enable
- !tunnel source 10.0.x.x
- !tunnel destination 10.0.x.x
- !tunnel path-mtu-discovery
Other notable lines indicating "unprocessed"
vlan 30
--------------
ip vrf xx
rd 1:1
------
standby 1
---------
connection plar 2221111
---------
privilege exec level
-----------------
crypto map
- Labels:
-
Routing Protocols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2018 01:57 PM
Hello @jwornstaff
I think it's trying to tell you what commands are not supported or outdated.
Unchanged tunnel interface commands
- !ip flow ingress ------- this is old netflow, you should use flexible netflow not
vlan 30
--------------
ip vrf xx ******* now vrf forwarding name
rd 1:1
------
standby 1 check config guide for HSRP
---------
connection plar 2221111
---------
privilege exec level
-----------------
crypto map not sure is this is still a good pratice.
