|
1 | | -!! IOS XR Configuration version = 6.4.1 |
2 | | -!! Last configuration change at Sat Jul 28 02:39:47 2018 by ZTP |
3 | | -! |
4 | | -hostname r1 |
5 | | -banner motd ; |
6 | | --------------------------------------------------------------------------- |
7 | | - Router 1 (Cisco IOS XR Sandbox) |
8 | | --------------------------------------------------------------------------- |
9 | | -; |
10 | | -service timestamps log datetime msec |
11 | | -service timestamps debug datetime msec |
12 | | -username admin |
13 | | - group root-lr |
14 | | - group cisco-support |
15 | | - secret 5 $1$A4C9$oaNorr6BXDruE4gDd086L. |
16 | | -! |
17 | | -line console |
18 | | - timestamp disable |
19 | | - exec-timeout 0 0 |
20 | | -! |
21 | | -vty-pool default 0 4 line-template VTY-TEMPLATE |
22 | | -call-home |
23 | | - service active |
24 | | - contact smart-licensing |
25 | | - profile CiscoTAC-1 |
26 | | - active |
27 | | - destination transport-method http |
28 | | - ! |
29 | | -! |
30 | | -interface MgmtEth0/RP0/CPU0/0 |
31 | | - description *** MANAGEMENT INTERFACE *** |
32 | | - ipv4 address dhcp |
33 | | -! |
34 | | -interface GigabitEthernet0/0/0/0 |
35 | | - shutdown |
36 | | -! |
37 | | -interface GigabitEthernet0/0/0/1 |
38 | | - shutdown |
39 | | -! |
40 | | -interface GigabitEthernet0/0/0/2 |
41 | | - shutdown |
42 | | -! |
43 | | -interface GigabitEthernet0/0/0/3 |
44 | | - shutdown |
45 | | -! |
46 | | -interface GigabitEthernet0/0/0/4 |
47 | | - shutdown |
48 | | -! |
49 | | -router static |
50 | | - address-family ipv4 unicast |
51 | | - 0.0.0.0/0 192.168.122.1 |
52 | | - ! |
53 | | -! |
54 | | -netconf-yang agent |
55 | | - ssh |
56 | | -! |
57 | | -ssh server v2 |
58 | | -ssh server netconf vrf default |
59 | | -end |
| 1 | +! |
| 2 | +hostname r1 |
| 3 | +banner motd ; |
| 4 | +-------------------------------------------------------------------------- |
| 5 | + Router 1 (Cisco IOS XR Sandbox) |
| 6 | +-------------------------------------------------------------------------- |
| 7 | +; |
| 8 | +service timestamps log datetime msec |
| 9 | +service timestamps debug datetime msec |
| 10 | +username admin |
| 11 | + group root-lr |
| 12 | + group cisco-support |
| 13 | + secret 5 $1$A4C9$oaNorr6BXDruE4gDd086L. |
| 14 | +! |
| 15 | +line console |
| 16 | + timestamp disable |
| 17 | + exec-timeout 0 0 |
| 18 | +! |
| 19 | +vty-pool default 0 4 line-template VTY-TEMPLATE |
| 20 | +call-home |
| 21 | + service active |
| 22 | + contact smart-licensing |
| 23 | + profile CiscoTAC-1 |
| 24 | + active |
| 25 | + destination transport-method http |
| 26 | + ! |
| 27 | +! |
| 28 | +interface MgmtEth0/RP0/CPU0/0 |
| 29 | + description *** MANAGEMENT INTERFACE *** |
| 30 | + ipv4 address dhcp |
| 31 | +! |
| 32 | +interface GigabitEthernet0/0/0/0 |
| 33 | + shutdown |
| 34 | +! |
| 35 | +interface GigabitEthernet0/0/0/1 |
| 36 | + shutdown |
| 37 | +! |
| 38 | +interface GigabitEthernet0/0/0/2 |
| 39 | + shutdown |
| 40 | +! |
| 41 | +interface GigabitEthernet0/0/0/3 |
| 42 | + shutdown |
| 43 | +! |
| 44 | +interface GigabitEthernet0/0/0/4 |
| 45 | + shutdown |
| 46 | +! |
| 47 | +router static |
| 48 | + address-family ipv4 unicast |
| 49 | + 0.0.0.0/0 192.168.122.1 |
| 50 | + ! |
| 51 | +! |
| 52 | +netconf-yang agent |
| 53 | + ssh |
| 54 | +! |
| 55 | +ssh server v2 |
| 56 | +ssh server netconf vrf default |
| 57 | +end |
| 58 | + |
0 commit comments