Added l3 interfaces
This commit is contained in:
@ -1,4 +1,8 @@
|
|||||||
interfaces:
|
interfaces:
|
||||||
|
- name: FastEthernet0
|
||||||
|
description: Management port
|
||||||
|
enabled: yes
|
||||||
|
|
||||||
- name: GigabitEthernet1/0/1
|
- name: GigabitEthernet1/0/1
|
||||||
description: Access port gast
|
description: Access port gast
|
||||||
enabled: yes
|
enabled: yes
|
||||||
@ -30,4 +34,13 @@ l2_interfaces:
|
|||||||
|
|
||||||
- name: GigabitEthernet1/0/4
|
- name: GigabitEthernet1/0/4
|
||||||
access:
|
access:
|
||||||
vlan: 15
|
vlan: 15
|
||||||
|
|
||||||
|
l3_interfaces:
|
||||||
|
- name: FastEthernet0
|
||||||
|
ipv4:
|
||||||
|
- address: 192.168.1.150/24
|
||||||
|
|
||||||
|
- name: Vlan10
|
||||||
|
ipv4:
|
||||||
|
- address: 10.10.10.1/24
|
||||||
|
|||||||
Reference in New Issue
Block a user