LABRST-2099 iwan Deployment using NSO

Size: px
Start display at page:

Download "LABRST-2099 iwan Deployment using NSO"

Transcription

1 LABRST-2099 iwan Deployment using NS Intelligent WAN (IWAN) enables businesses to switch smoothly between different WAN transports with no compromise in terms of application performance, reliability, or security. Cisco Network Services rchestrator (NS) enabled by NETCNF and YANG models, provides faster and easier deployment of Cisco IWAN transport solution. This lab provides a hands-on experience of provisioning IWAN solution using NS. This lab provides systematic guidelines to setup YANG models, and NETCNF, and deploy the IWAN solution. Lab Goal: The purpose of this lab is to familiarize the user to deploy Cisco s IWAN transport solution using NS. We will use the IWAN function pack (a collection of packages that is solving a specific use case). This function pack provides Day 1 configuration to implement the IWAN solution. Lab Topology: The lab topology includes two Hub locations and three Branch locations. Each location has two types of WAN transport: MPLS and INET (Internet). The hub includes a Master Controller (MC), an MPLS Border Router (MPLS-BR) and an INET Border Router (INET- BR) while the branch sites each include Border Router (BR). The branch sites include dualpath connectivity to the hub site across an MPLS and INET path.

2 Pre-Verification: 1) Check IWAN Release version. Use the shortcut available on the desktop to connect to the NS and run following commands from NS operational mode: show iwan-release iwan-release iwan-version IWAN-CoreFP-M Aug15 iwan-release iwan-function-packs IWAN 2) Check if packages are loaded correctly show packages package oper-status PACKAGE PRGRAM META FILE CDE JAVA BAD NCS PACKAGE PACKAGE CIRCULAR DATA LAD ERRR NAME UP ERRR UNINITIALIZED VERSIN NAME VERSIN DEPENDENCY ERRR ERRR INF access X branchinfra X cisco-ios X cisco-pnp X core-fp-common X id-allocator X infrastructure X ipaddress-allocator X iwan-cfs X iwan-demo-ui X iwan-rfs X monitor X nso-util X pnp-manager X resource-manager X resource-manager-proxy X services X tailf-etsi-rel2-nfvo X template-utils X ) Verify Package Version admin@ncs> show packages package package-version PACKAGE NAME VERSIN access branchinfra cisco-ios 5.4 cisco-pnp core-fp-common id-allocator infrastructure ipaddress-allocator iwan-cfs iwan-demo-ui iwan-rfs monitor nso-util pnp-manager resource-manager resource-manager-proxy services tailf-etsi-rel2-nfvo template-utils 1.1.0

3 Step 1: nboarding of devices to NS There are two ways to onboard a device to NS. The first method will be using NS CLI and the second one via XML file. 1) Verification of existing devices: admin@ncs> show devices list NAME ADDRESS DESCRIPTIN NED ID ADMIN STATE ) Create Authgroup: Before devices are added, we need to create authgroup on the NS server. This authgroup will be used for authentication between NS and the devices. admin@ncs> config Entering configuration mode private admin@ncs% set devices authgroups group IWAN cisco123 remote-secondary-password cisco123 default-map remote-name admin remote-password 3) You can check the configuration stage with the command show compare admin@ncs% show compare devices { authgroups { group IWAN { default-map { remote-password $8$jJeV3Jzy8ouFKGKIKdprs/X6/4BF4g3FLINLDoqjc=; remote-password $8$UrSWYQA4A1xqkgqHirsXbddXBa/9aDWVZ84TeWIo3k=; remote-secondary-password $8$AfcqgDGZqxe3Dtk1wuq9xcgFpdsFd6jTrv07nHLCA=; remote-secondary-password $8$BCeLywszYYjvMhkXELYki6GRbAPePhEDBBBzoNuDQE=; 4) Commit the configuration admin@ncs% commit Commit complete. Add Device using the CLI 1) Add R11 admin@ncs% set devices device R11 description Bogota address port 22 authgroup IWAN device-type cli ned-id cisco-ios [edit] admin@ncs% set devices device R11 state admin-state unlocked admin@ncs% commit Commit complete.

4 2) Verify R11 is added run show devices list NAME ADDRESS DESCRIPTIN NED ID ADMIN STATE R Bogota cisco-ios unlocked Add Device using XML 1) A file with the devices on the simulation is already created. Type the following command. admin@ncs% load merge /home/admin/iwan/1-devices.xml 2) The XML file contains the list of devices and the device groups admin@ncs% commit dry-run cli { local-node { data devices { authgroups { group IWAN { default-map { - remote-password $8$UrSWYQA4A1xqkgqHirsXbddXBa/9aDWVZ84TeWIo3k=; remote-password $8$wa9awyPn9QIGb/X4lFDkVZXR9ny76xbHuqrL07Ras=; - remote-secondary-password $8$BCeLywszYYjvMhkXELYki6GRbAPePhEDBBBzoNuDQE=; remote-secondary-password $8$DCbMzfsQC7KEFkQSDrJYwMAcltqS7n61jbmfPyPek=; device-group Bogota { device-name [ R20 R21 R22 ]; device-group Brasilia { device-name [ R10 R11 R12 R13 ]; device-group Cancun { device-name [ R51 R52 ]; device-group Caracas { device-name [ R31 ]; device-group Santiago { device-name [ R41 ]; device-group iwan { device-group [ Bogota Brasilia Cancun Caracas Santiago ]; device R10 { address ; port 22; description Bogota; authgroup IWAN; device-type { cli { ned-id cisco-ios; state { admin-state unlocked; Device group where created. This will allow the grouping of devices under a logic tree. This could represent added for future operations.

5 3) Commit the configuration. commit Commit complete. [edit] run show devices list NAME ADDRESS DESCRIPTIN NED ID ADMIN STATE R Bogota cisco-ios unlocked R Bogota cisco-ios unlocked R Bogota cisco-ios unlocked R Bogota cisco-ios unlocked R Brasilia cisco-ios unlocked R Brasilia cisco-ios unlocked R Brasilia cisco-ios unlocked R Caracas cisco-ios unlocked R Santiago cisco-ios unlocked R Cancun cisco-ios unlocked R Cancun cisco-ios unlocked Step 2: Fetch-ssh-keys and sync from connect and sync-from for all the devices In order for NS to start interacting with the devices we need to fetch their SSH keys and have the ConfD Configuration Database (CDB) sync. request devices fetch-ssh-host-keys fetch-result { device R10 result unchanged fingerprint { algorithm ssh-rsa value a4:b9:cc:5b:e5:9f:f2:d2:a9:f5:e0:42:a4:98:cb:62. admin@ncs% request devices connect connect-result { device R10 result true info (admin) Connected to R :22 admin@ncs% request devices sync-from sync-result { device R10 result true sync-result { device R11 result true

6 We can now start to push configuration to the devices Step 3: Add devices to Provider infrastructure There could be several devices managed by the NS that are not part of the IWAN infrastructure so we need to create the tenancy of devices. These devices will be added to the catalog of the service. load merge /home/admin/iwan/2-provider.xml A provider infrastructure was created with the designation ACME and it contains one tenant CLC (Cisco Live Cancun). admin@ncs% commit dry-run cli { local-node { data core-fp-common:provider-infrastructure ACME { tenant-infrastructure CLC { catalog iwan-physical; device SITE1xR10 { type physical; device-on-boarding pnp-unmanaged; device-name R10;.. Commit when done. admin@ncs% commit Commit complete. Verification admin@ncs% show core-fp-common:provider-infrastructure core-fp-common:provider-infrastructure ACME { tenant-infrastructure CLC { catalog iwan-physical; device SITE1xR10 { type physical; device-on-boarding pnp-unmanaged; device-name R10; device SITE1xR11 { type physical; device-on-boarding pnp-unmanaged; device-name R11;

7 NS browser Let us now select the Google Chrome desktop shortcut. This will open the NS Web GUI. Please login with the NS credentials: admin/cisco123 We can see that no iwan service was created for the ACME provider.

8 NTE: The iwan NS GUI was disabled and no actions can be performed via GUI. Step 4: Service creation Create the Transport VPN (DMVPN). Let us have a look at the content of the file 3-iwanservice.xml <iwan-service xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns=" <service-name>sd_wan</service-name> <provider>acme</provider> <tenant>clc</tenant> <!-- GLBAL PARAMETERS --> <options xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <single-global-vrf>true</single-global-vrf> <vrf-offset>100</vrf-offset> <dci>true</dci> <set-dc-preference-on-site>true</set-dc-preference-on-site> <enable-igp-on-topology>true</enable-igp-on-topology> <asymmetric-routing-at-central-site>true</asymmetric-routing-at-central-site> </options> <!-- TRANSPRT DEFINITIN --> <transport-information xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <transport-id>1</transport-id> <transport-type>mpls</transport-type> </transport-information> <transport-information xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <transport-id>2</transport-id> <transport-type>inet</transport-type> </transport-information> <!-- VPN DEFINITIN --> <vpn xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <iwanv2 xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <dmvpn-data xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <transport-id>1</transport-id> <dmvpn-key>cisco123=</dmvpn-key> <nhrp-auth>cisco123</nhrp-auth> <has-fvrf>true</has-fvrf> <network-id>100</network-id> <overlay-pools xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <vrf-id>0</vrf-id> <pool> /24</pool> </overlay-pools> </dmvpn-data> <dmvpn-data xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <transport-id>2</transport-id> <dmvpn-key>cisco123</dmvpn-key> <nhrp-auth>cisco123</nhrp-auth> <has-fvrf>true</has-fvrf> <network-id>200</network-id> <overlay-pools xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <vrf-id>0</vrf-id> <pool> /24</pool> </overlay-pools> </dmvpn-data> <enterprise-prefix xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <prefix> /8</prefix> </enterprise-prefix> <asymmetric-routing-information xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <network-id>1</network-id>

9 <asymmetric-routing-pools xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <vrf-id>0</vrf-id> <pool> /24</pool> </asymmetric-routing-pools> </asymmetric-routing-information> </iwanv2> </vpn> </iwan-service> Add the service SD_WAN load merge /home/admin/iwan/3-iwan-service.xml [edit] commit Commit complete. Let s now refresh the NS GUI We can now see that two transports VPN were created.

10 Step 5: Assigning the devices (sites) to the iwan domain. load merge /home/admin/iwan/4-dcsite.xml NTE: Commit dry-run will show the changes about to be performed. commit Commit complete. Please refresh the NS GUI. The two DC sites were added to the GUI. NTE: n the navigation panel, there is a Notifications separator. This will contain the result of actions performed by the CFP

11 We can also collect information about the state of the progress directly on the NS CLI, under operational mode. exit show notification stream srvc-notif last 1 notification { eventtime T13:04: :00 srvc-notif { name SD_WAN provider ACME tenant CLC notif-type PRVISIN srvc-type IWAN status DNE We will now add the branch sites to our iwan service. Given the several line of configuration we will just configure one device/interface via NS CLI and add the remaining via XML file admin@ncs% set iwan-service:iwan-service SD_WAN infrastructure device Site3xR31 wan GigabitEthernet2 description "IWAN - MPLS" ip mask gtw bandwidth path 1 [ok [edit] admin@ncs% show compare iwan-service:iwan-service SD_WAN { infrastructure { device Site3xR31 { wan GigabitEthernet2 { description "IWAN - MPLS"; ip ; mask ; gtw ; bandwidth 42000; path 1; Adding the remaining devices/interfaces

12 load merge /home/admin/iwan/5-site3.xml [ :14:35] [edit] load merge /home/admin/iwan/5-site4.xml [ :14:39] [edit] load merge /home/admin/iwan/5-site5.xml [edit] commit Commit complete. Go back to NS GUI and place the cursor over one of the devices to verify the information on that device. Verify that the configuration was pushed to the interfaces show devices device R11 config ios:interface GigabitEthernet 2 description IWAN - MPLS; negotiation { auto true;

13 bandwidth { kilobits 42000; mop { enabled false; sysid false; hold-queue in { queue-length 4096; hold-queue out { queue-length 4096; vrf { forwarding MPLS1; ip { address { primary { address ; mask ; load-interval 30; Let us now verify some commands on the devices. For that just right-click on the device you want to perform the command on VIRL

14 Let us check the DMVPN created R11-BR#show dmvpn Legend: Attrb --> S - Static, D - Dynamic, I - Incomplete N - NATed, L - Local, X - No Socket T1 - Route Installed, T2 - Nexthop-override C - CTS Capable, I2 - Temporary # Ent --> Number of NHRP entries with same NBMA peer NHS Status: E --> Expecting Replies, R --> Responding, W --> Waiting UpDn Time --> Up or Down Time for a Tunnel ========================================================================== Interface: Tunnel100, IPv4 NHRP Details Type:Hub, NHRP Peers:3, # Ent Peer NBMA Addr Peer Tunnel Add State UpDn Tm Attrb UP 01:59:18 D UP 01:59:18 D UP 01:59:21 D!!!! R11-BR#Show ip nhrp brief **************************************************************************** NTE: Link-Local, No-socket and Incomplete entries are not displayed **************************************************************************** Legend: Type --> S - Static, D - Dynamic Flags --> u - unique, r - registered, e - temporary, c - claimed a - authoritative, t - route ============================================================================ Intf NextHop Address NBMA Address Target Network T/Flag Tu /32 D/r Tu /32 D/r Tu /32 D/r Step 6 Configuring routing protocols Let us check the route table for vrf MPLS1 before adding the routing protocols configuration. R11-BR#show ip route Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, - SPF, IA - SPF inter area N1 - SPF NSSA external type 1, N2 - SPF NSSA external type 2 E1 - SPF external type 1, E2 - SPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - DR, P - periodic downloaded static route, H - NHRP, l - LISP a - application route - replicated route, % - next hop override, p - overrides from PfR Gateway of last resort is not set S C C L C L C L /8 is variably subnetted, 6 subnets, 3 masks /8 is directly connected, Null /32 is directly connected, Loopback /24 is directly connected, GigabitEthernet /32 is directly connected, GigabitEthernet /24 is directly connected, GigabitEthernet /32 is directly connected, GigabitEthernet /24 is variably subnetted, 2 subnets, 2 masks /24 is directly connected, Tunnel /32 is directly connected, Tunnel100

15 Let us now apply the routing configuration set iwan-service:iwan-service SD_WAN provider ACME tenant CLC overlay-routing-protocol type bgp bgp bgp-asn set iwan-service:iwan-service SD_WAN provider ACME tenant CLC igp type ospf ospf ospfarea 0 ospf-process-id 100 [edit] admin@ncs% commit Commit complete. Verification R11-BR#show ip route Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, - SPF, IA - SPF inter area N1 - SPF NSSA external type 1, N2 - SPF NSSA external type 2 E1 - SPF external type 1, E2 - SPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - DR, P - periodic downloaded static route, H - NHRP, l - LISP a - application route - replicated route, % - next hop override, p - overrides from PfR Gateway of last resort is to network *E2 S S C C L C L B B S C L /0 [110/1] via , 00:00:25, GigabitEthernet /8 is variably subnetted, 30 subnets, 4 masks /8 is directly connected, Null /16 is directly connected, Null /32 is directly connected, Loopback /32 [110/3] via , 00:00:25, GigabitEthernet /32 [110/3] via , 00:00:25, GigabitEthernet /32 [110/2] via , 00:00:25, GigabitEthernet /24 is directly connected, GigabitEthernet /32 is directly connected, GigabitEthernet /32 [110/2] via , 00:00:25, GigabitEthernet /32 [110/2] via , 00:00:25, GigabitEthernet /24 [110/2] via , 00:00:25, GigabitEthernet /24 is directly connected, GigabitEthernet /32 is directly connected, GigabitEthernet /24 [110/2] via , 00:00:25, GigabitEthernet /24 [110/2] via , 00:00:25, GigabitEthernet /32 [110/1003] via , 00:00:25, GigabitEthernet /32 [110/1003] via , 00:00:25, GigabitEthernet /32 [110/1002] via , 00:00:25, GigabitEthernet /24 [110/1003] via , 00:00:25, GigabitEthernet /32 [110/1002] via , 00:00:25, GigabitEthernet /32 [110/1002] via , 00:00:25, GigabitEthernet /24 [110/1002] via , 00:00:25, GigabitEthernet /24 [110/1002] via , 00:00:25, GigabitEthernet /24 [110/1002] via , 00:00:25, GigabitEthernet /32 [89/0] via , 00:00: /32 [89/0] via , 00:00: /16 is directly connected, Null /24 [110/1001] via , 00:00:25, GigabitEthernet /32 [110/2] via , 00:00:25, GigabitEthernet /32 [110/1002] via , 00:00:25, GigabitEthernet /24 is variably subnetted, 2 subnets, 2 masks /24 is directly connected, Tunnel /32 is directly connected, Tunnel100

16 Step 7 Set Performance Routing (PfR) Performance Routing (PfR) delivers intelligent path selection. Devices play four roles in PfRv3 configuration: Hub Master Controller (MC) - The master controller at the hub-site, which can be either a data center or headquarters. All policies are configured on the hub MC. It acts as master controller for domain and makes optimization decisions. Hub Border Routers - The border controllers at the hub-site. WAN interfaces terminate in the hub border routers, which are also acting as DMVPN Next Hop Resolution servers. A PfRv3 path name is enabled on the tunnel interfaces of these routers. You can configure more than one WAN interface on the same device. You can also have multiple hub border devices like those that we do in our topology. Branch Master Controller - The branch master controller is the master controller at the branch-site. There is no policy configuration on this device. It receives policy from the Hub MC. This device acts as master controller for that site and is responsible for making optimization decisions. Branch Border Router - The border device at the branch-site. There is no configuration other than enabling of PfRv3 border MC on the device. The WAN overlay interface that terminates on the device is detected automatically. Let us have a look at the configuration file <iwan-service xmlns=" <service-name>sd_wan</service-name> <provider>acme</provider> <tenant>clc</tenant> <pfr> <central-master-controllers> <central-site-name>bogota</central-site-name> <serial>site1xr10</serial> <device-role>hub</device-role> </central-master-controllers> <central-master-controllers> <central-site-name>brasilia</central-site-name> <serial>site2xr20</serial> <device-role>transit</device-role> </central-master-controllers> <pfr-policy> <load-balance-advanced> <path>1</path> <path>2</path> </load-balance-advanced> <class> <name>vice</name> <dscp> <services-value>ef</services-value> <policy>voice</policy> </dscp> <path>1</path> <fallback> <fallback-path>2</fallback-path>

17 </fallback> </class> <class> <name>vide</name> <dscp> <services-value>af41</services-value> <policy>real-time-video</policy> </dscp> <dscp> <services-value>af42</services-value> <policy>real-time-video</policy> </dscp> <dscp> <services-value>af43</services-value> <policy>real-time-video</policy> </dscp> <dscp> <services-value>cs4</services-value> <policy>real-time-video</policy> </dscp> <path>1</path> <fallback> <fallback-path>2</fallback-path> </fallback> </class> <class> <name>critical</name> <dscp> <services-value>af21</services-value> <policy>bulk-data</policy> </dscp> <dscp> <services-value>af22</services-value> <policy>bulk-data</policy> </dscp> <dscp> <services-value>af23</services-value> <policy>bulk-data</policy> </dscp> <path>1</path> <fallback> <fallback-path>2</fallback-path> </fallback> </class> <class> <name>default</name> <dscp> <services-value>default</services-value> <policy>best-effort</policy> </dscp> <path>2</path> <fallback> <fallback-path>1</fallback-path> </fallback> </class> </pfr-policy> </pfr> </iwan-service> Verification of PfR policy before configuration R10-HMC#show run sec domain no ip domain lookup ip domain name iwan.net

18 We need to load the configuration to NS load merge /home/admin/iwan/7-pfr.xml [edit] commit Commit complete. Verification of PfR policy after configuration R10-HMC#show run sec domain no ip domain lookup ip domain name iwan.net domain IWAN master hub advanced channel-unreachable-timer 4 vrf default master hub source-interface Loopback0 site-prefixes prefix-list SITE_PREFIX password C A5F load-balance advanced path-preference MPLS1 INET2 fallback routing enterprise-prefix prefix-list ENTERPRISE_PREFIX class VIDE sequence 7259 match dscp cs4 policy real-time-video match dscp af41 policy real-time-video match dscp af42 policy real-time-video match dscp af43 policy real-time-video path-preference MPLS1 fallback INET2 class CRITICAL sequence match dscp af21 policy bulk-data match dscp af22 policy bulk-data match dscp af23 policy bulk-data path-preference MPLS1 fallback INET2 class VICE sequence match dscp ef policy voice path-preference MPLS1 fallback INET2 Verification on the NS CLI admin@ncs% request iwan-service:iwan-service SD_WAN show-site-state for-branch { branch-name Santiago site-state { device-name R41 status complete is-pnp-managed pnp-unmanaged Access-Layer-Configuration { vrf success ipsec success egp success dia not-present interfaces success igp not-present Service-Layer-Configuration { pfr success ß Success avc not-present nbar not-present lan-qos not-present wan-qos not-present dia-qos not-present waas not-present n the NS GUI we will now find the PfR policies created.

19 Just place the cursor over one of them to visualize the primary path. The same applies to the PFR tab if we just press the bottom left next until step 4 summary.

20 Additional step to be performed based on time availability Step 8 Delete Branch site The CFP allows selective deletion of sites/branches. Explore the NS CLI and select a branch to be deleted. admin@ncs% delete iwan-service:iwan-service SD_WAN vpn iwanv2 branch-sites? Description: Remote branch sites Possible completions: Cancun Caracas Santiago For demonstration purpose we choose Santiago. The branch is removed from the iwan service Analyzing the Notifications tab. Step 9 Configuring QoS policies for Wan Please add the configuration to the NS CLI set iwan-service:iwan-service SD_WAN wan-qos-marking qos-class CALL-SIGNALING dscp-value [ cs3 ]

21 set iwan-service:iwan-service af13 af21 af22 af23 ] set iwan-service:iwan-service 4 set iwan-service:iwan-service set iwan-service:iwan-service set iwan-service:iwan-service 25 set iwan-service:iwan-service set iwan-service:iwan-service set iwan-service:iwan-service set iwan-service:iwan-service based commit SD_WAN wan-qos-marking qos-class CRITICAL-DATA dscp-value [ af11 af12 SD_WAN wan-qos-marking qos-policy CALL-SIGNALING bandwidth-percentage SD_WAN wan-qos-marking qos-policy CALL-SIGNALING dscp af41 SD_WAN wan-qos-marking qos-policy CALL-SIGNALING dscp-tunnel SD_WAN wan-qos-marking qos-policy CRITICAL-DATA bandwidth-percentage SD_WAN SD_WAN SD_WAN SD_WAN wan-qos-marking wan-qos-marking wan-qos-marking wan-qos-marking qos-policy qos-policy qos-policy qos-policy CRITICAL-DATA CRITICAL-DATA CRITICAL-DATA CRITICAL-DATA dscp af21 dscp-tunnel random-detect random-detect dscp- Let us verify the configuration added admin@ncs% request iwan-service:iwan-service SD_WAN show-site-state for-hub { hub-name Bogota site-state { device-name R10 status complete is-pnp-managed pnp-unmanaged Access-Layer-Configuration { vrf success interfaces success igp success Service-Layer-Configuration { pfr success sdavc not-present site-state { device-name R11 status inprogress is-pnp-managed pnp-unmanaged Access-Layer-Configuration { vrf success ipsec success egp success interfaces success igp success Service-Layer-Configuration { pfr success avc not-present nbar not-present lan-qos not-present wan-qos success ß Success waas not-present sdavc not-present The same is visible on the QoS tab in NS GUI

22 The NS iwan GUI will represent all the parts configured

Shortcut Switching Enhancements for NHRP in DMVPN Networks

Shortcut Switching Enhancements for NHRP in DMVPN Networks Shortcut Switching Enhancements for NHRP in DMVPN Networks Routers in a Dynamic Multipoint VPN (DMVPN) Phase 3 network use Next Hop Resolution Protocol (NHRP) Shortcut Switching to discover shorter paths

More information

DMVPN Topology. Page1

DMVPN Topology. Page1 DMVPN DMVPN Topology Page1 LAB 2: Configure EIGRP over DMVPN: Task 1: Configure EIGRP over DMVPN Process Step 1 In the configuration mode of router configure EIGRP over DMVPN by following command: R1:

More information

FlexVPN HA Dual Hub Configuration Example

FlexVPN HA Dual Hub Configuration Example FlexVPN HA Dual Hub Configuration Example Document ID: 118888 Contributed by Piotr Kupisiewicz, Wen Zhang, and Frederic Detienne, Cisco TAC Engineers. Apr 08, 2015 Contents Introduction Prerequisites Requirements

More information

Intelligent WAN Multiple Data Center Deployment Guide

Intelligent WAN Multiple Data Center Deployment Guide Cisco Validated design Intelligent WAN Multiple Data Center Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deployment Details...1 Deploying

More information

Intelligent WAN Multiple VRFs Deployment Guide

Intelligent WAN Multiple VRFs Deployment Guide Cisco Validated design Intelligent WAN Multiple VRFs Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deploying the Cisco IWAN Multiple VRFs...

More information

PfRv3 Zero SLA Support

PfRv3 Zero SLA Support The Performance Routing v3 (PfRv3) Zero SLA Support feature enables users to reduce probing frequency on various ISP links, such as 3G, 4G, and LTE When the Zero SLA (0-SLA) feature is configured on an

More information

Migrating from Dynamic Multipoint VPN Phase 2 to Phase 3: Why and How to Migrate to the Next Phase

Migrating from Dynamic Multipoint VPN Phase 2 to Phase 3: Why and How to Migrate to the Next Phase Migration Guide Migrating from Dynamic Multipoint VPN Phase 2 to Phase 3: Why and How to Migrate to the Next Phase This guide shows how a Dynamic Multipoint VPN (DMVPN) deployment can be migrated to make

More information

Performance Routing Version 3 Configuration Guide

Performance Routing Version 3 Configuration Guide First Published: 2014-07-22 Last Modified: 2016-04-20 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Návrh inteligentní WAN sítě

Návrh inteligentní WAN sítě Návrh inteligentní WAN sítě EN2 Jaromír Pilař, CSE Agenda Úvod a základní pilíře inteligentní WAN sítě Tranport Independent Design Inteligentní výběr cesty Shrnutí Presentation Title: Intelligent WAN:

More information

Configuring FlexVPN Spoke to Spoke

Configuring FlexVPN Spoke to Spoke Last Published Date: March 28, 2014 The FlexVPN Spoke to Spoke feature enables a FlexVPN client to establish a direct crypto tunnel with another FlexVPN client leveraging virtual tunnel interfaces (VTI),

More information

LAB 5: DMVPN BGP. LAB 5: Diagram. Note: This Lab was developed on Cisco IOS Version15.2(4) M1 ADVENTERPRISEK9-M.

LAB 5: DMVPN BGP. LAB 5: Diagram. Note: This Lab was developed on Cisco IOS Version15.2(4) M1 ADVENTERPRISEK9-M. LAB 5: DMVPN BGP LAB 5: Diagram Note: This Lab was developed on Cisco IOS Version15.2(4) M1 ADVENTERPRISEK9-M. LAB 5: Configure BGP over DMVPN Configuration Step 1: Enable loopback and physical interfaces

More information

LAB8: Named EIGRP IPv4

LAB8: Named EIGRP IPv4 Page1 AB8: Named EIGRP IPv4 isclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

Intelligent WAN Deployment Guide

Intelligent WAN Deployment Guide Cisco Validated design Intelligent WAN Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deployment Details...1 Configuring DMVPN Hub Router...2

More information

Configuring Easy Virtual Network Shared Services

Configuring Easy Virtual Network Shared Services Configuring Easy Virtual Network Shared Services This chapter describes how to use route replication and redistribution to share services in an Easy Virtual Network (EVN). Finding Feature Information,

More information

PfRv3 Inter-DC Optimization

PfRv3 Inter-DC Optimization The PfRv3-Inter-DC-Optimization feature provides support by routing traffic from a hub site to another for specific traffic types such as data, voice, video, etc. Feature Information for PfRv3-Inter-DC-Optimization,

More information

IWAN Under the Hood - Next Gen Performance Routing and DMVPN. David Prall, Communication Architect CCIE 6508 (R&S/SP/Security)

IWAN Under the Hood - Next Gen Performance Routing and DMVPN. David Prall, Communication Architect CCIE 6508 (R&S/SP/Security) IWAN Under the Hood - Next Gen Performance Routing and DMVPN David Prall, Communication Architect CCIE 6508 (R&S/SP/Security) dprall@cisco.com Agenda Introduction Intelligent Path Control PfRv3 Operations

More information

Intelligent WAN High Availability and Scalability Deployment Guide

Intelligent WAN High Availability and Scalability Deployment Guide Cisco Validated design Intelligent WAN High Availability and Scalability Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deployment Details...1

More information

DMVPN to Group Encrypted Transport VPN Migration

DMVPN to Group Encrypted Transport VPN Migration DMVPN to Group Encrypted Transport VPN Migration This document provides the steps for Dynamic Multipoint VPN (DMVPN) to Group Encrypted Transport VPN migration. DMVPN to Group Encrypted Transport VPN Migration

More information

IWAN APIC-EM Application Cisco Intelligent WAN

IWAN APIC-EM Application Cisco Intelligent WAN IWAN APIC-EM Application Cisco Intelligent WAN René og Per Cisco DK SE s Feb 23 th 2016 AVC MPLS Private Cloud 3G/4G-LTE Virtual Private Cloud Branch WAAS PfR Internet Public Cloud Control, Management,

More information

ARCHIVED DOCUMENT. - The topics in the document are now covered by more recent content.

ARCHIVED DOCUMENT. - The topics in the document are now covered by more recent content. ARCHIVED DOCUMENT This document is archived and should only be used as a historical reference and should not be used for new deployments for one of the following reasons: - The topics in the document are

More information

IPv6 over DMVPN. Finding Feature Information

IPv6 over DMVPN. Finding Feature Information This document describes how to implement the Dynamic Multipoint VPN for IPv6 feature, which allows users to better scale large and small IPsec Virtual Private Networks (VPNs) by combining generic routing

More information

GRE and DM VPNs. Understanding the GRE Modes Page CHAPTER

GRE and DM VPNs. Understanding the GRE Modes Page CHAPTER CHAPTER 23 You can configure Generic Routing Encapsulation (GRE) and Dynamic Multipoint (DM) VPNs that include GRE mode configurations. You can configure IPsec GRE VPNs for hub-and-spoke, point-to-point,

More information

Segment Routing On Demand Next Hop for L3/L3VPN

Segment Routing On Demand Next Hop for L3/L3VPN Segment Routing On Demand Next Hop for L3/L3VPN When redistributing routing information across domains, provisioning of multi-domain services (L2VPN & L3VPN) has its own complexity and scalability issues.

More information

LAB1: BGP IPv4. BGP: Initial Config. Disclaimer

LAB1: BGP IPv4. BGP: Initial Config. Disclaimer Page1 LAB1: BGP IPv4 Disclaimer This Configuration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

BGP Best External. Finding Feature Information

BGP Best External. Finding Feature Information The feature provides the network with a backup external route to avoid loss of connectivity of the primary external route. The feature advertises the most preferred route among those received from external

More information

Chapter H through R. loss (PfR), page 28. load-balance, page 23 local (PfR), page 24 logging (PfR), page 26

Chapter H through R. loss (PfR), page 28. load-balance, page 23 local (PfR), page 24 logging (PfR), page 26 Chapter H through R holddown (PfR), page 3 host-address (PfR), page 5 hub, page 7 inside bgp (PfR), page 8 interface (PfR), page 10 interface tunnel (global configuration), page 12 jitter (PfR), page 13

More information

Cisco Group Encrypted Transport VPN

Cisco Group Encrypted Transport VPN Cisco Group Encrypted Transport VPN Q. What is Cisco Group Encrypted Transport VPN? A. Cisco Group Encrypted Transport is a next-generation WAN VPN solution that defines a new category of VPN, one that

More information

MPLS VPN Half-Duplex VRF

MPLS VPN Half-Duplex VRF The feature provides scalable hub-and-spoke connectivity for subscribers of an Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service. This feature addresses the limitations of hub-and-spoke

More information

Adaptive QoS over DMVPN

Adaptive QoS over DMVPN Adaptive QoS over Dynamic Multipoint VPN (DMVPN) ensures effective bandwidth management using dynamic shapers based on available bandwidth. This feature enables various QoS features to adapt to non service-level

More information

LAB11: EIGRP IPv4. EIGRP: Stub. Disclaimer

LAB11: EIGRP IPv4. EIGRP: Stub. Disclaimer Page1 AB11: EIGRP IPv4 isclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

Cisco IOS Performance Routing Version 3 Command Reference

Cisco IOS Performance Routing Version 3 Command Reference First Published: 2017-04-07 Last Modified: 2017-04-07 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Cisco Multicloud Portfolio: Cloud Connect

Cisco Multicloud Portfolio: Cloud Connect Deployment Guide Cisco Multicloud Portfolio: Cloud Connect Private Network to Azure Transit Virtual Network October 2018 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public

More information

Performance Routing Version 3 Commands

Performance Routing Version 3 Commands Performance Routing Version 3 Commands advanced, page 3 bandwidth (interface configuration), page 4 border (VRF configuration), page 7 class (master controller configuration), page 8 collector, page 9

More information

Intelligent WAN 2.0 Traffic Independent Design and Intelligent Path Selection

Intelligent WAN 2.0 Traffic Independent Design and Intelligent Path Selection Intelligent WAN 2.0 Traffic Independent Design and Intelligent Path Selection Tech-WAN Jaromír Pilař Consulting Systems Engineer, CCIE #2910 Cisco Intelligent WAN (IWAN) AVC Private Cloud ISR-AX 3G/4G-LTE

More information

LAB5: OSPF IPv4. OSPF: Stub. Disclaimer

LAB5: OSPF IPv4. OSPF: Stub. Disclaimer Page1 LAB5: SPF IPv4 Disclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

PfRv3 Path of Last Resort

PfRv3 Path of Last Resort The PfRv3 path of last resort feature allows the traffic to be routed to the path of last resort. Feature Information for, page 1 Restrictions for, page 2 Information About, page 2 How to Configure, page

More information

Lab Configuring IPv4 Static and Default Routes (Solution)

Lab Configuring IPv4 Static and Default Routes (Solution) (Solution) Topology Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.0.1 255.255.255.0 N/A S0/0/1 10.1.1.1 255.255.255.252 N/A R3 G0/1 192.168.1.1 255.255.255.0

More information

Lab- Configuring Basic Single-Area OSPFv2

Lab- Configuring Basic Single-Area OSPFv2 Lab- onfiguring Basic Single-Area OSPFv2 Topology G0/0 G0/0 2013 isco and/or its affiliates. All rights reserved. This document is isco Public. Page 1 of 29 Addressing Table Objectives Device Interface

More information

Contents. Introduction. Prerequisites. Requirements

Contents. Introduction. Prerequisites. Requirements Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Configurations Verify Inheritence with EIGRP Named mode Route Replication with EIGRP name mode Routing Context

More information

Implementing Dynamic Multipoint VPN for IPv6

Implementing Dynamic Multipoint VPN for IPv6 Implementing Dynamic Multipoint VPN for IPv6 First Published: July 11, 2008 Last Updated: November 24, 2010 This document describes how to implement Dynamic Multipoint VPN for IPv6 feature, which allows

More information

RR> RR> RR>en RR# RR# RR# RR# *Oct 2 04:57:03.684: %AMDP2_FE-6-EXCESSCOLL: Ethernet0/2 TDR=0, TRC=0 RR#

RR> RR> RR>en RR# RR# RR# RR# *Oct 2 04:57:03.684: %AMDP2_FE-6-EXCESSCOLL: Ethernet0/2 TDR=0, TRC=0 RR# RR> RR> RR>en *Oct 2 04:57:03.684: %AMDP2_FE-6-EXCESSCOLL: Ethernet0/2 TDR=0, TRC=0 term len 0 show run Building configuration... Current configuration : 2568 bytes version 15.4 service timestamps debug

More information

Border Gateway Protocol (BGP) Optimal Route Reflection

Border Gateway Protocol (BGP) Optimal Route Reflection Border Gateway Protocol (BGP) Optimal Route Reflection Contents Introduction Background Information Network Diagram Theory IOS-XR Implementation Configure Configuration Example MPLS Traffic-Engineering

More information

Network Model Configuration Expert Mode

Network Model Configuration Expert Mode This section contains the following topics: Expert Mode Overview Expert Mode Overview, on page 1 Navigation and Commit, on page 2 Configuring a Network Model Using the Expert Mode, on page 3 The Expert

More information

Lab- Troubleshooting Basic EIGRP for 1Pv4

Lab- Troubleshooting Basic EIGRP for 1Pv4 Lab- Troubleshooting Basic EIGRP for 1Pv4 Topology G0/0 G0/0 PC-A PC-C 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 27 Addressing Table efault Gateway

More information

Implementing Next Generation Performance Routing PfRv3

Implementing Next Generation Performance Routing PfRv3 Implementing Next Generation Performance Routing PfRv3 Jean-Marc Barozet Technical Leader IWAN Solution Group Agenda Business Trends PfRv3 Principles Monitoring Details The Life of a Packet Path Enforcement

More information

Deploying and Administering Cisco s Digital Network Architecture (DNA) and Intelligent WAN (IWAN) (DNADDC)

Deploying and Administering Cisco s Digital Network Architecture (DNA) and Intelligent WAN (IWAN) (DNADDC) Deploying and Administering Cisco s Digital Network Architecture (DNA) and Intelligent WAN (IWAN) (DNADDC) COURSE OVERVIEW: Deploying and Administering Cisco s Digital Network Architecture (DNA) and Intelligent

More information

Cisco recommends that you have basic knowledge of Performance Routing (PfR).

Cisco recommends that you have basic knowledge of Performance Routing (PfR). Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Configurations R3 Master Hub Router R4 Hub Border Router R5 Hub Border Router R9 Branch Master Router R10 Branch

More information

Chapter 7 Lab 7-1, Configuring BGP with Default Routing

Chapter 7 Lab 7-1, Configuring BGP with Default Routing Chapter 7 Topology Objectives Configure BGP to exchange routing information with two ISPs. Background The International Travel Agency (ITA) relies extensively on the Internet for sales. For this reason,

More information

Intelligent WAN : CVU update

Intelligent WAN : CVU update Intelligent WAN : CVU update Deliver enhanced mobile experience at the branch with Intelligent WAN Soren D. Andreasen (sandreas@cisco.com) Technical Solution Architect CCIE# 3252 Agenda IWAN 2.0/2.1 overview

More information

Configuring Dynamic Addressing on the GGSN

Configuring Dynamic Addressing on the GGSN CHAPTER 13 This chapter describes how to configure dynamic IP addressing on the gateway GRPS support node (GGSN). Note Dynamic IP addressing is not supported for IPv6 and PPP PDP types. Therefore, the

More information

CVP Enterprise Cisco SD-WAN Retail Profile (Hybrid WAN, Segmentation, Zone-Based Firewall, Quality of Service, and Centralized Policies)

CVP Enterprise Cisco SD-WAN Retail Profile (Hybrid WAN, Segmentation, Zone-Based Firewall, Quality of Service, and Centralized Policies) CVP CVP Enterprise Cisco SD-WAN Retail Profile (Hybrid WAN, Segmentation, Zone-Based Firewall, Quality of Service, and Centralized Policies) 2018 Cisco and/or its affiliates. All rights reserved. This

More information

Configuring Redundant Routing on the VPN 3000 Concentrator

Configuring Redundant Routing on the VPN 3000 Concentrator Configuring Redundant Routing on the VPN 3000 Concentrator Document ID: 13354 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Router Configurations

More information

Configuring IPv6 Provider Edge over MPLS (6PE)

Configuring IPv6 Provider Edge over MPLS (6PE) Finding Feature Information, page 1 Configuring 6PE, page 1 Finding Feature Information Your software release may not support all the features documented in this module. For the latest caveats and feature

More information

CCIE R&S v5.0. Troubleshooting Lab. Q1. PC 110 cannot access R7/R8, fix the problem so that PC 110 can ping R7

CCIE R&S v5.0. Troubleshooting Lab. Q1. PC 110 cannot access R7/R8, fix the problem so that PC 110 can ping R7 Troubleshooting Lab Q1. PC 110 cannot access R7/R8, fix the problem so that PC 110 can ping R7 Q2. R17 should have one default route which points to R12 via PPP as shown below R17# sh ip route S* 0.0.0.0/0

More information

Easy Virtual Network Configuration Example

Easy Virtual Network Configuration Example Easy Virtual Network Configuration Example Document ID: 117974 Contributed by Fabrice Ducomble, Cisco TAC Engineer. Aug 04, 2014 Contents Introduction Prerequisites Requirements Components Used Background

More information

Network Layer Week 5. Module : Computer Networks Lecturer: Lucy White Office : 324

Network Layer Week 5. Module : Computer Networks Lecturer: Lucy White Office : 324 Network Layer Week 5 Module : Computer Networks Lecturer: Lucy White lbwhite@wit.ie Office : 324 1 Network Layer Network Layer Protocols Common Network Layer Protocols Internet Protocol version 4 (IPv4)

More information

Intelligent WAN Design Summary

Intelligent WAN Design Summary Cisco Validated design Intelligent WAN Design Summary September 2017 Table of Contents Table of Contents WAN Strategy... 1 IWAN Introduction... 4 Business Use Cases for IWAN...4 Business Use Cases for

More information

Cisco Performance Routing

Cisco Performance Routing Cisco Performance Routing As enterprise organizations grow their businesses, the demand for real-time application performance and a better application experience for users increases. For example, voice

More information

Adjust Administrative Distance for Route Selection in Cisco IOS Routers Configuration Example

Adjust Administrative Distance for Route Selection in Cisco IOS Routers Configuration Example Adjust Administrative Distance for Route Selection in Cisco IOS Routers Configuration Example Document ID: 113153 Contents Introduction Prerequisites Requirements Components Used Conventions Configure

More information

Operating and Monitoring the Network

Operating and Monitoring the Network CHAPTER 6 Under the Operate tab, Prime NCS (WAN) provides tools to help you monitor your network on a daily basis, as well as perform other day-to-day or ad hoc operations relating to network device inventory

More information

Implementing MPLS VPNs over IP Tunnels

Implementing MPLS VPNs over IP Tunnels The MPLS VPNs over IP Tunnels feature lets you deploy Layer 3 Virtual Private Network (L3VPN) services, over an IP core network, using L2TPv3 multipoint tunneling instead of MPLS. This allows L2TPv3 tunnels

More information

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

Dynamic Multipoint VPN (DMVPN) Troubleshooting Scenarios

Dynamic Multipoint VPN (DMVPN) Troubleshooting Scenarios Dynamic Multipoint VPN (DMVPN) Troubleshooting Scenarios Luke Bibby, CCIE #45527 Introduction This small workbook is meant to provide additional practice with troubleshooting Dynamic Multipoint VPN (DMVPN)

More information

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area Chapter 3 Topology Objectives Configure multi-area OSPFv2 for IPv4. Configure multi-area OSPFv3 for IPv6 Verify multi-area behavior. Configure stub and totally stubby areas for OSPFv2. Configure stub and

More information

Basic Router Configuration

Basic Router Configuration This section includes information about some basic router configuration, and contains the following sections: Default Configuration, on page 1 Configuring Global Parameters, on page 2 Configuring Gigabit

More information

Help! BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 2

Help! BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 2 Help! 2 Understanding and Troubleshooting Intelligent Path Control in IWAN Brandon Lynch Network Engineer, Core Software Group Richard Furr Technical Leader, Technical Services Agenda Introduction PfRv3

More information

Configuring Scalable Hub-and-Spoke MPLS VPNs

Configuring Scalable Hub-and-Spoke MPLS VPNs Configuring Scalable Hub-and-Spoke MPLS VPNs Last Updated: December 15, 2011 This module explains how to ensure that virtual private network (VPN) clients that connect to the same provider edge (PE) router

More information

REFERENCE NETWORK ARCHITECTURE

REFERENCE NETWORK ARCHITECTURE REFERENCE NETWORK ARCHITECTURE CISCO VALIDATED DESIGN Intelligent WAN Technology Design Guide February 2016 REFERENCE NETWORK ARCHITECTURE Table of Contents Table of Contents Introduction... 1 Technology

More information

MPLS VPN--Inter-AS Option AB

MPLS VPN--Inter-AS Option AB The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service provider

More information

Using Cloud VPN Service

Using Cloud VPN Service To begin, log in to the VMS Service Interface using your consumer credentials. In case of association with several tenants, choose a customer name from the drop-down on the left pane of the Welcome page.

More information

Real4Test. Real IT Certification Exam Study materials/braindumps

Real4Test.   Real IT Certification Exam Study materials/braindumps Real4Test http://www.real4test.com Real IT Certification Exam Study materials/braindumps Exam : 400-101 Title : CCIE Routing and Switching Written Exam v5.1 Vendor : Cisco Version : DEMO Get Latest & Valid

More information

scope scope {global vrf vrf-name} no scope {global vrf vrf-name} Syntax Description

scope scope {global vrf vrf-name} no scope {global vrf vrf-name} Syntax Description Multi-Toplogy Routing Commands scope scope To define the scope for a Border Gateway Protocol (BGP) routing session and to enter router scope configuration mode, use the scope command in router configuration

More information

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-5-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers

More information

Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT

Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT The Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT feature supports the forwarding of packets from a standby

More information

Using Cloud VPN Service

Using Cloud VPN Service To begin, log in to the VMS Service Interface using your consumer credentials. In case of association with several tenants, choose a customer name from the drop-down in the left pane of the Welcome page.

More information

LAB15: EIGRP IPv4. LAB 15: Diagram. Disclaimer

LAB15: EIGRP IPv4. LAB 15: Diagram. Disclaimer AB15: EIGRP IPv4 isclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material is as

More information

MPLS VPN Inter-AS Option AB

MPLS VPN Inter-AS Option AB First Published: December 17, 2007 Last Updated: September 21, 2011 The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol

More information

Performance Routing (PfR) Master Controller Redundancy Configuration

Performance Routing (PfR) Master Controller Redundancy Configuration Performance Routing (PfR) Master Controller Redundancy Configuration This application note provides an overview on how to configure a Performance Routing (PfR) master controller in a redundant configuration.

More information

WAN Edge MPLSoL2 Service

WAN Edge MPLSoL2 Service 4 CHAPTER While Layer 3 VPN services are becoming increasing popular as a primary connection for the WAN, there are a much larger percentage of customers still using Layer 2 services such Frame-Relay (FR).

More information

Lab Configuring Per-Interface Inter-VLAN Routing (Solution)

Lab Configuring Per-Interface Inter-VLAN Routing (Solution) (Solution) Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.20.1 255.255.255.0 N/A G0/1 192.168.10.1 255.255.255.0 N/A S1 VLAN 10 192.168.10.11

More information

Performing Path Traces

Performing Path Traces About Path Trace, page 1 Performing a Path Trace, page 13 Collecting QoS and Interface Statistics in a Path Trace, page 15 About Path Trace With Path Trace, the controller reviews and collects network

More information

Lab 4: Routing using OSPF

Lab 4: Routing using OSPF Network Topology:- Lab 4: Routing using OSPF Device Interface IP Address Subnet Mask Gateway/Clock Description Rate Fa 0/0 172.16.1.17 255.255.255.240 ----- R1 LAN R1 Se 0/0/0 192.168.10.1 255.255.255.252

More information

Intelligent WAN Remote Site 4G LTE Deployment Guide

Intelligent WAN Remote Site 4G LTE Deployment Guide Cisco Validated design Intelligent WAN Remote Site 4G LTE Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deployment Details...1 Deploying Remote

More information

IOS/CCP: Dynamic Multipoint VPN using Cisco Configuration Professional Configuration Example

IOS/CCP: Dynamic Multipoint VPN using Cisco Configuration Professional Configuration Example IOS/CCP: Dynamic Multipoint VPN using Cisco Configuration Professional Configuration Example Document ID: 113265 Contents Introduction Prerequisites Requirements Components Used Conventions Background

More information

Intelligent WAN. Technology Design Guide

Intelligent WAN. Technology Design Guide Intelligent WAN Technology Design Guide January 2015 Table of Contents Preface... 1 CVD Navigator... 2 Use Cases...2 Scope...2 Proficiency...2 Introduction... 3 Technology Use Cases...3 Use Case: Secure

More information

Cisco Intelligent WAN

Cisco Intelligent WAN Cisco Intelligent WAN Ľuboš Lontoš Systems Engineer SP/R&S ALEF NULA a.s. Agenda Cisco iwan Architecture Overview Tranport Independent Design Intelligent Path Control- PfRv3 Product PorMolio Tradi4onal

More information

Lab Configuring Per-Interface Inter-VLAN Routing (Instructor Version)

Lab Configuring Per-Interface Inter-VLAN Routing (Instructor Version) (Instructor Version) Instructor Note: Red font color or Gray highlights indicate text that appears in the instructor copy only. Topology Addressing Table Objectives Device Interface IP Address Subnet Mask

More information

SDN Workshop. Contact: WSDN01_v0.1

SDN Workshop. Contact: WSDN01_v0.1 SDN Workshop Contact: training@apnic.net WSDN01_v0.1 Issue Date: [Date] Revision: [xx] BGP-LS - Lab SDN Workshop WSDN01_v0.1 Issue Date: [Date] Revision: [xx] BGP-LS Configuration 3 Configuration Example

More information

LAB16: Named EIGRP IPv4

LAB16: Named EIGRP IPv4 AB16: Named EIGRP IPv4 isclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

Enterprise SD-WAN Financial Profile (Hybrid WAN, Segmentation, Quality of Service, Centralized Policies)

Enterprise SD-WAN Financial Profile (Hybrid WAN, Segmentation, Quality of Service, Centralized Policies) CVP CVP Enterprise SD-WAN Financial Profile (Hybrid WAN, Segmentation, Quality of Service, Centralized Policies) 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information.

More information

OSPF Support for Multi-VRF on CE Routers

OSPF Support for Multi-VRF on CE Routers OSPF Support for Multi-VRF on CE Routers Finding Feature Information OSPF Support for Multi-VRF on CE Routers Last Updated: June 24, 2011 The OSPF Support for Multi-VRF on CE Routers feature provides the

More information

LAB2: Named EIGRP IPv4

LAB2: Named EIGRP IPv4 Page1 AB2: Named EIGRP IPv4 isclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

Lab - Troubleshooting Connectivity Issues

Lab - Troubleshooting Connectivity Issues Lab - Troubleshooting Connectivity Issues Topology Addressing Table R1 ISP Objectives Device Interface IP Address Subnet Mask Default Gateway G0/1 192.168.1.1 255.255.255.0 N/A S0/0/0 10.1.1.1 255.255.255.252

More information

Connecting to a Service Provider Using External BGP

Connecting to a Service Provider Using External BGP Connecting to a Service Provider Using External BGP First Published: May 2, 2005 Last Updated: August 21, 2007 This module describes configuration tasks that will enable your Border Gateway Protocol (BGP)

More information

LAB1: EIGRP IPv4. EIGRP: Initial Config. Disclaimer

LAB1: EIGRP IPv4. EIGRP: Initial Config. Disclaimer Page1 AB1: EIGRP IPv4 isclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

Setting Up OER Network Components

Setting Up OER Network Components Setting Up OER Network Components First Published: January 29, 2007 Last Updated: August 21, 2007 This module describes the concepts and tasks to help you set up the network components required for an

More information

Completed Planning Practice Tables

Completed Planning Practice Tables Appendix F Completed Planning Practice Tables Chapter 1 Table 1-3 Design Review Design Goal The design requires the number of entries in a router s routing table to be reduced. The design calls for the

More information

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

CCNA. Course Catalog

CCNA. Course Catalog CCNA Course Catalog 2012-2013 This course is intended for the following audience: Network Administrator Network Engineer Systems Engineer CCNA Exam Candidates Cisco Certified Network Associate (CCNA 640-802)

More information

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Building the Routing Table Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Introducing the Routing Table R1# show ip route Codes: C - connected,

More information