Skip to content

IOS-style profiles

Good for common routing, switching, ACL, NAT, and policy labs.

The IOS-style profiles cover familiar command shapes for several Cisco-family surfaces. They are simulator profiles, not vendor operating systems.

Yes, for common running-config shapes. The importer reuses the same command tree that powers the interactive terminal, so pasted config and typed commands follow the same path.

  • Interface configuration
  • Static routes
  • OSPF, EIGRP, BGP
  • ACLs, object groups, route maps
  • DHCP and common services
  • NAT and PAT scenarios covered by labs
  • LLDP global enable/disable and selected operational service shows
  • VRRP group removal and NX-OS-gated overlap where supported
CommandIOS / IOS XENX-OSNotes
no lldp runSupportedNot nativeGlobal LLDP disable.
no ip sla responderSupportedNot nativeIP SLA responder disable.
show ip http serverSupportedNot nativeHTTP service view.
show tftpSupportedNot nativeTFTP service view.
access-list 10 permit 10.10.0.0 0.0.255.255SupportedNot nativeNumbered standard ACL wildcard form.
show file systemsSupportedSupportedFile-system view.
no vrrp 7SupportedSupportedInterface-level VRRP group removal.

Not every platform-specific command exists. If a command is not recognised, netverdict should tell you rather than silently pretending it worked.