Skip to content

Commit 4fab9d7

Browse files
committed
fix running-config commands
1 parent b1f41d0 commit 4fab9d7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Password: admin
106106
Show the interfaces and l2vpn configuration prior to configuring anything on the devices.
107107

108108
```
109-
#show running-configuration interface
110-
#show running-configuration l2vpn
109+
#show running-config interface
110+
#show running-config l2vpn
111111
```
112112

113113
![Initial Configuration](./images/r1-r2-initial.png)
@@ -226,8 +226,8 @@ RP/0/RP0/CPU0:r2(config-ldp-if)#end
226226
Verify the OSPF and MPLS configuration on R1 and R2.
227227

228228
```
229-
#show running-configuration router ospf
230-
#show running-configuration mpls ldp
229+
#show running-config router ospf
230+
#show running-config mpls ldp
231231
```
232232

233233
![OSPF and MPLS Configuration](./images/ospf-mpls.png)
@@ -471,8 +471,8 @@ Payload:
471471
Show the interface and l2vpn configuration of both devices after the creation of the service. Note that Gigabit Ethernet 0/0/0/1 on R1 and Gigabit Ethernet 0/0/0/2 on R2 have an `mtu` and `l2transport` configured and that `l2vpn` is now configured on both devices as well.
472472

473473
```
474-
$ show running-configuration interface
475-
$ show running-configuration l2vpn
474+
$ show running-config interface
475+
$ show running-config l2vpn
476476
```
477477

478478
![Verify configuration](./images/verify-cfg.png)

‎unimgr.postman_collection.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
3-
"_postman_id": "372501a6-d00f-4bed-ba6a-457bef5511c5",
4-
"name": "unimgr",
3+
"_postman_id": "ab6ecd2a-e44b-42da-a103-d4e6de835a20",
4+
"name": "unimgr-xr-sandbox",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
66
},
77
"item": [

0 commit comments

Comments
 (0)