Added l3 interfaces
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
interfaces:
|
||||
- name: FastEthernet0
|
||||
description: Management port
|
||||
enabled: yes
|
||||
|
||||
- name: GigabitEthernet1/0/1
|
||||
description: Access port gast
|
||||
enabled: yes
|
||||
@ -31,3 +35,12 @@ l2_interfaces:
|
||||
- name: GigabitEthernet1/0/4
|
||||
access:
|
||||
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