Issue #18054 has been reported by Guillaume Rose. ---------------------------------------- Bug #18054: network device - exception raised when trunking encapsulation is negotiate https://projects.puppetlabs.com/issues/18054
Author: Guillaume Rose Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: Given a Cisco WS-C3560-48PS switch with an interface configured in access mode and trunk encapsulation is "negogiate", when `puppet device` tries to parse the result of `sh interface FastEthernet0/1 switchport`, then an exception is raised. It should not take care of the trunk encapsulation. <pre> Error: Could not prefetch interface provider 'cisco': Unknown switchport encapsulation: negotiate for FastEthernet0/1 </pre> Output of `sh interface FastEthernet0/1 switchport` <pre> ... Name: Fa0/1 Switchport: Enabled Administrative Mode: static access Operational Mode: down Administrative Trunking Encapsulation: negotiate Negotiation of Trunking: Off Access Mode VLAN: 100 (Voice) Trunking Native Mode VLAN: 1 (default) Administrative Native VLAN tagging: enabled ... </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
