1logging level VRF debugging
2!
3no snmp-server vrf default source-interface
4snmp-server vrf default
5!
6vrf definition blah
7   rd 10:10
8   description blah desc
9!
10vrf definition second
11   no description
12!
13vrf definition test
14   rd 200:500
15   no description
16!
17interface Ethernet1
18   no description
19   no shutdown
20   default load-interval
21   mtu 1500
22   logging event link-status use-global
23   no dcbx mode
24   no mac-address
25   no link-debounce
26   no flowcontrol send
27   no flowcontrol receive
28   no mac timestamp
29   no speed
30   no l2 mtu
31   default logging event congestion-drops
32   default unidirectional
33   no traffic-loopback
34   default error-correction encoding
35   no error-correction reed-solomon bypass
36   switchport dot1q ethertype 0x8100
37   no switchport
38   no encapsulation dot1q vlan
39   no l2-protocol encapsulation dot1q vlan 0
40   snmp trap link-status
41   vrf forwarding blah
42   no ip proxy-arp
43   no ip local-proxy-arp
44   ip address 10.10.10.1/24
45   no ip verify unicast
46   default arp timeout 14400
47   default ipv6 nd cache expire 14400
48   bfd interval 300 min_rx 300 multiplier 3
49   no bfd echo
50   default ip dhcp smart-relay
51   no ip helper-address
52   no ipv6 dhcp relay destination
53   ip dhcp relay information option circuit-id Ethernet1
54   no ip igmp
55   ip igmp version 3
56   ip igmp last-member-query-count 2
57   ip igmp last-member-query-interval 10
58   ip igmp query-max-response-time 100
59   ip igmp query-interval 125
60   ip igmp startup-query-count 2
61   ip igmp startup-query-interval 310
62   ip igmp router-alert optional connected
63   no ip igmp host-proxy
64   no ipv6 enable
65   no ipv6 address
66   no ipv6 verify unicast
67   no ipv6 nd ra suppress
68   ipv6 nd ra interval msec 200000
69   ipv6 nd ra lifetime 1800
70   no ipv6 nd ra mtu suppress
71   no ipv6 nd managed-config-flag
72   no ipv6 nd other-config-flag
73   ipv6 nd reachable-time 0
74   ipv6 nd router-preference medium
75   ipv6 nd ra dns-servers lifetime 300
76   ipv6 nd ra dns-suffixes lifetime 300
77   ipv6 nd ra hop-limit 64
78   no channel-group
79   lacp rate normal
80   lacp port-priority 32768
81   lldp transmit
82   lldp receive
83   no ip multicast static
84   ip mfib fastdrop
85   mpls ip
86   no msrp
87   no mvrp
88   default ntp serve
89   no ip pim sparse-mode
90   no ip pim bidirectional
91   no ip pim border-router
92   ip pim query-interval 30
93   ip pim query-count 3.5
94   ip pim join-prune-interval 60
95   ip pim dr-priority 1
96   no ip pim neighbor-filter
97   default ip pim bfd-instance
98   no ip pim bsr-border
99   default qos trust
100   qos cos 5
101   qos dscp 2
102   no shape rate
103   mc-tx-queue 0
104      priority strict
105      no bandwidth percent
106      no shape rate
107      no bandwidth guaranteed
108   !
109   mc-tx-queue 1
110      priority strict
111      no bandwidth percent
112      no shape rate
113      no bandwidth guaranteed
114   !
115   mc-tx-queue 2
116      priority strict
117      no bandwidth percent
118      no shape rate
119      no bandwidth guaranteed
120   !
121   mc-tx-queue 3
122      priority strict
123      no bandwidth percent
124      no shape rate
125      no bandwidth guaranteed
126   !
127   uc-tx-queue 0
128      priority strict
129      no bandwidth percent
130      no shape rate
131      no bandwidth guaranteed
132   !
133   uc-tx-queue 1
134      priority strict
135      no bandwidth percent
136      no shape rate
137      no bandwidth guaranteed
138   !
139   uc-tx-queue 2
140      priority strict
141      no bandwidth percent
142      no shape rate
143      no bandwidth guaranteed
144   !
145   uc-tx-queue 3
146      priority strict
147      no bandwidth percent
148      no shape rate
149      no bandwidth guaranteed
150   !
151   uc-tx-queue 4
152      priority strict
153      no bandwidth percent
154      no shape rate
155      no bandwidth guaranteed
156   !
157   uc-tx-queue 5
158      priority strict
159      no bandwidth percent
160      no shape rate
161      no bandwidth guaranteed
162   !
163   uc-tx-queue 6
164      priority strict
165      no bandwidth percent
166      no shape rate
167      no bandwidth guaranteed
168   !
169   uc-tx-queue 7
170      priority strict
171      no bandwidth percent
172      no shape rate
173      no bandwidth guaranteed
174   no ip rip v2-broadcast
175   sflow enable
176   no ip virtual address
177!
178ip routing vrf blah
179no ip icmp source-interface vrf blah
180no ip routing vrf second
181no ip icmp source-interface vrf second
182no ip routing vrf test
183no ip icmp source-interface vrf test
184!
185no ipv6 unicast-routing vrf blah
186no ipv6 unicast-routing vrf second
187ipv6 unicast-routing vrf test
188!
189control-plane
190   ip access-group default-control-plane-acl in
191   ip access-group default-control-plane-acl vrf blah in
192   ip access-group default-control-plane-acl vrf second in
193   ip access-group default-control-plane-acl vrf test in
194   ipv6 access-group default-control-plane-acl in
195   ipv6 access-group default-control-plane-acl vrf blah in
196   ipv6 access-group default-control-plane-acl vrf second in
197   ipv6 access-group default-control-plane-acl vrf test in
198!
199management api http-commands
200   protocol https port 443
201   protocol http
202   no protocol http localhost port 8080
203   no protocol unix-socket
204   no protocol https certificate
205   no protocol https ssl profile
206   no cors allowed-origin
207   protocol https cipher aes256-cbc aes128-cbc
208   protocol https key-exchange rsa diffie-hellman-ephemeral-rsa
209   protocol https mac hmac-sha1
210   qos dscp 0
211   no shutdown
212   vrf default
213      no shutdown
214!
215management cvx
216   shutdown
217   no server host
218   no source-interface
219   heartbeat-interval 20
220   heartbeat-timeout 60
221   no ssl profile
222   vrf default
223   service debug
224      no shutdown
225      interval 1
226!
227management xmpp
228   shutdown
229   no connection unencrypted permit
230   vrf default
231   session privilege 1
232!
233
234