-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from 111pontes/cleu2018
Add updated material for Cisco Live EU 2018
- Loading branch information
Showing
963 changed files
with
60,652 additions
and
19,038 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-ping-act.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-ping-act.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
[LERs] | ||
198.18.1.11 | ||
|
||
[LERs:vars] | ||
ansible_python_interpreter=/usr/bin/python3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
# Playbook to verify rechability of LER2 prefix (192.168.255.2) for VRF RED | ||
# | ||
# Santiago Alvarez ([email protected]) | ||
# Jun 2017 | ||
# Jan 2018 | ||
|
||
- name: Verify IPv4 VPN service | ||
hosts: LERs | ||
connection: local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-clns-isis-cfg.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-clns-isis-cfg.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-clns-isis-oper.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-clns-isis-oper.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-ifmgr-cfg.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-ifmgr-cfg.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-ip-rib-ipv4-oper.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-ip-rib-ipv4-oper.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-ipv4-io-cfg.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-ipv4-io-cfg.yang |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"openconfig-interfaces:interfaces": { | ||
"interface": [ | ||
{ | ||
"name": "GigabitEthernet0/0/0/1", | ||
"config": { | ||
"name": "GigabitEthernet0/0/0/1", | ||
"type": "iana-if-type:ethernetCsmacd", | ||
"description": "CONNECTS TO LSR2 (g0/0/0/1)" | ||
}, | ||
"subinterfaces": { | ||
"subinterface": [ | ||
{ | ||
"index": 0, | ||
"openconfig-if-ip:ipv4": { | ||
"addresses": { | ||
"address": [ | ||
{ | ||
"ip": "172.16.1.2", | ||
"config": { | ||
"ip": "172.16.1.2", | ||
"prefix-length": 31 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/openconfig-if-ip.yang | ||
../yang/modules/cisco-ios-xr/631/openconfig-if-ip.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/openconfig-interfaces.yang | ||
../yang/modules/cisco-ios-xr/631/openconfig-interfaces.yang |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-ip-rib-ipv4-oper.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-ip-rib-ipv4-oper.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-ipv4-bgp-cfg.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-ipv4-bgp-cfg.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-ipv4-bgp-oper.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-ipv4-bgp-oper.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-mpls-ldp-cfg.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-mpls-ldp-cfg.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../yang/modules/cisco-ios-xr/621/Cisco-IOS-XR-mpls-ldp-oper.yang | ||
../yang/modules/cisco-ios-xr/631/Cisco-IOS-XR-mpls-ldp-oper.yang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.