-
Notifications
You must be signed in to change notification settings - Fork 3
Iosxe faille to configure object ethernet #57
Comments
Hi @patricer98 , can you maybe provide a minimal config that fails and the provided error message? |
hi daniel, resource "iosxe_service" "les_services" { Terraform will perform the following actions: iosxe_service.les_services will be created
Plan: 1 to add, 0 to change, 0 to destroy. |
resource "iosxe_access_list_standard" "allowed_all" { produce in the running ip access-list standard allow_all |
resource "iosxe_interface_port_channel" "po10" { iosxe_interface_port_channel.po10 will be created
iosxe_username.userbase will be updated in-place~ resource "iosxe_username" "userbase" { iosxe_vlan.vlan_100 must be replaced-/+ resource "iosxe_vlan" "vlan_100" { iosxe_vlan.vlan_101 must be replaced-/+ resource "iosxe_vlan" "vlan_101" { Plan: 3 to add, 3 to change, 2 to destroy. |
resource "iosxe_interface_ethernet" "tw1_0_2" { iosxe_system.general: Refreshing state... [id=Cisco-IOS-XE-native:native] Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the
Terraform will perform the following actions: iosxe_interface_ethernet.tw1_0_2 will be created
Plan: 1 to add, 0 to change, 0 to destroy. |
for the cisco part, it a stackwise with two members i Hope not disturbing you with my case |
Hi Daniel,
I send You some matérial
Regards
Patrice
… Le 16 sept. 2022 à 14:09, Daniel Schmidt ***@***.***> a écrit :
Hi @patricer98 , can you maybe provide a minimal config that fails and the provided error message?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Hi, |
Sorry, looks like I missed your responses. Have you tried this with the latest version. If it still does not work, just to be sure, the same configuration works on the CLI? |
Hi
i m very interested in your iosxe provider
I use terraform v 0.1.12 with c9500-48y4c v 17.8.1
some functions are well working.
Ethernet config, port Channel don’t work at all
Acl are created with misconfig
how can i help you

Regards
The text was updated successfully, but these errors were encountered: