NXOS » Historique » Version 37
Matthieu Herrb, 09/01/2019 08:11
doc fabric extender
1 | 20 | Laurent GUERBY | {{>toc}} |
---|---|---|---|
2 | 20 | Laurent GUERBY | |
3 | 1 | Matthieu Herrb | h1. NXOS |
4 | 1 | Matthieu Herrb | |
5 | 11 | Laurent GUERBY | Cisco Nexus 3064X |
6 | 30 | Laurent GUERBY | version @7.0(3)I4(7)@ |
7 | 1 | Matthieu Herrb | |
8 | 10 | Laurent GUERBY | Voir aussi https://www.grenode.net/Documentation_technique/Machines/kraken/ |
9 | 10 | Laurent GUERBY | |
10 | 21 | Laurent GUERBY | https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/fundamentals/503_U3_1/b_Nexus_3000_Fundamentals_Guide_Release_503_U3_1.pdf |
11 | 18 | Laurent GUERBY | |
12 | 31 | Laurent GUERBY | h2. Password |
13 | 31 | Laurent GUERBY | |
14 | 31 | Laurent GUERBY | <pre> |
15 | 31 | Laurent GUERBY | conf t |
16 | 31 | Laurent GUERBY | username admin password LEPASSWORD |
17 | 31 | Laurent GUERBY | exit |
18 | 31 | Laurent GUERBY | copy run start |
19 | 31 | Laurent GUERBY | </pre> |
20 | 31 | Laurent GUERBY | |
21 | 1 | Matthieu Herrb | h2. Interface de management out-of-band |
22 | 1 | Matthieu Herrb | |
23 | 9 | Laurent GUERBY | * n3064a Adresse: 192.168.129.46 |
24 | 31 | Laurent GUERBY | * n3064b Adresse: 192.168.129.45 |
25 | 31 | Laurent GUERBY | * n3064c Adresse: 192.168.129.44 |
26 | 9 | Laurent GUERBY | |
27 | 9 | Laurent GUERBY | <pre> |
28 | 9 | Laurent GUERBY | interface mgmt0 |
29 | 9 | Laurent GUERBY | vrf member management |
30 | 9 | Laurent GUERBY | ip address 192.168.129.46/24 |
31 | 9 | Laurent GUERBY | |
32 | 9 | Laurent GUERBY | </pre> |
33 | 1 | Matthieu Herrb | |
34 | 1 | Matthieu Herrb | h2. Commandes |
35 | 1 | Matthieu Herrb | |
36 | 1 | Matthieu Herrb | h3. Sauvegarde config |
37 | 1 | Matthieu Herrb | |
38 | 1 | Matthieu Herrb | <pre> |
39 | 1 | Matthieu Herrb | nexus# copy run start |
40 | 1 | Matthieu Herrb | </pre> |
41 | 1 | Matthieu Herrb | |
42 | 1 | Matthieu Herrb | Copie via scp |
43 | 1 | Matthieu Herrb | |
44 | 1 | Matthieu Herrb | <pre> |
45 | 1 | Matthieu Herrb | nexus# copy run scp://matthieu@192.168.129.1/ |
46 | 1 | Matthieu Herrb | </pre> |
47 | 1 | Matthieu Herrb | |
48 | 25 | Laurent GUERBY | h3. Passwordless ssh |
49 | 25 | Laurent GUERBY | |
50 | 25 | Laurent GUERBY | <pre> |
51 | 27 | Laurent GUERBY | n3064a# show user-account |
52 | 27 | Laurent GUERBY | user:admin |
53 | 27 | Laurent GUERBY | this user account has no expiry date |
54 | 27 | Laurent GUERBY | roles:network-admin |
55 | 25 | Laurent GUERBY | conf t |
56 | 25 | Laurent GUERBY | username admin sshkey ssh-rsa AAAA... |
57 | 26 | Laurent GUERBY | </pre> |
58 | 25 | Laurent GUERBY | |
59 | 25 | Laurent GUERBY | Ensuite : |
60 | 25 | Laurent GUERBY | |
61 | 25 | Laurent GUERBY | <pre> |
62 | 25 | Laurent GUERBY | (echo conf t;echo int e1/42;echo switchport access vlan 3189) |ssh n3064a |
63 | 25 | Laurent GUERBY | </pre> |
64 | 25 | Laurent GUERBY | |
65 | 1 | Matthieu Herrb | h3. Config interface |
66 | 1 | Matthieu Herrb | |
67 | 1 | Matthieu Herrb | <pre> |
68 | 1 | Matthieu Herrb | nexus# conf t |
69 | 1 | Matthieu Herrb | nexus(config)# interface ethernet 1/3 |
70 | 1 | Matthieu Herrb | nexus(config-if)# switchport mode trunk |
71 | 1 | Matthieu Herrb | nexus(config-if)# exit |
72 | 1 | Matthieu Herrb | nexus(config)# exit |
73 | 1 | Matthieu Herrb | nexus# |
74 | 1 | Matthieu Herrb | </pre> |
75 | 1 | Matthieu Herrb | |
76 | 1 | Matthieu Herrb | pour un vlan non taggé |
77 | 1 | Matthieu Herrb | <pre> |
78 | 1 | Matthieu Herrb | nexus(config-if)# switchport access vlan 3131 |
79 | 1 | Matthieu Herrb | </pre> |
80 | 1 | Matthieu Herrb | |
81 | 2 | Matthieu Herrb | h3. Etat des interfaces |
82 | 3 | Matthieu Herrb | |
83 | 1 | Matthieu Herrb | <pre> |
84 | 1 | Matthieu Herrb | nexus# sh int status |
85 | 1 | Matthieu Herrb | nexus# sh int transceiver |
86 | 1 | Matthieu Herrb | nexus# sh int ethernet 1/1 |
87 | 16 | Sebastien Badia | # Afficher le DOM d'une optique |
88 | 16 | Sebastien Badia | nexus# sh int Eth 1/1 tran de |
89 | 1 | Matthieu Herrb | </pre> |
90 | 1 | Matthieu Herrb | </pre> |
91 | 2 | Matthieu Herrb | |
92 | 1 | Matthieu Herrb | h3. Boot |
93 | 1 | Matthieu Herrb | |
94 | 32 | Laurent GUERBY | Si ça tombe dans le loader : |
95 | 32 | Laurent GUERBY | |
96 | 32 | Laurent GUERBY | <pre> |
97 | 32 | Laurent GUERBY | loader> dir |
98 | 32 | Laurent GUERBY | bootflash: |
99 | 32 | Laurent GUERBY | sprom_3_0_0 |
100 | 32 | Laurent GUERBY | nxos.7.0.3.I7.2.bin |
101 | 32 | Laurent GUERBY | mts.log |
102 | 32 | Laurent GUERBY | sprom_cstruct_2_0_0 |
103 | 32 | Laurent GUERBY | vdc_2 |
104 | 32 | Laurent GUERBY | vdc_3 |
105 | 32 | Laurent GUERBY | vdc_4 |
106 | 32 | Laurent GUERBY | virt_strg_pool_bf |
107 | 32 | Laurent GUERBY | logflash |
108 | 32 | Laurent GUERBY | license_FOC1636R174_23.lic |
109 | 32 | Laurent GUERBY | virtual-instance |
110 | 32 | Laurent GUERBY | sprom_cstruct_3_0_0 |
111 | 32 | Laurent GUERBY | 20120525_150205_poap_3968_init.log |
112 | 32 | Laurent GUERBY | sprom_2_0_1 |
113 | 32 | Laurent GUERBY | n3000-uk9-kickstart.6.0.2.U6.2a.bin |
114 | 32 | Laurent GUERBY | platform-sdk.cmd |
115 | 32 | Laurent GUERBY | scripts |
116 | 32 | Laurent GUERBY | n3000-uk9.6.0.2.U6.2a.bin |
117 | 32 | Laurent GUERBY | 20120717_161025_poap_13595_init.log |
118 | 32 | Laurent GUERBY | loader> boot bootflash:nxos.7.0.3.I7.2.bin |
119 | 32 | Laurent GUERBY | </pre> |
120 | 32 | Laurent GUERBY | |
121 | 33 | Laurent GUERBY | Pour rendre permanent choisir la version donnée par dir "nxos...XXX.bin" puis : |
122 | 32 | Laurent GUERBY | |
123 | 1 | Matthieu Herrb | <pre> |
124 | 1 | Matthieu Herrb | nexus# conf t |
125 | 33 | Laurent GUERBY | nexus(config)# boot nxos bootflash:/nxos.7.0.3.XXX.bin |
126 | 1 | Matthieu Herrb | nexus(config)# boot order bootflash |
127 | 1 | Matthieu Herrb | nexus(config)# exit |
128 | 1 | Matthieu Herrb | nexus# |
129 | 4 | Matthieu Herrb | </pre> |
130 | 4 | Matthieu Herrb | |
131 | 15 | Sebastien Badia | h3. Features et Misc |
132 | 8 | Laurent GUERBY | |
133 | 1 | Matthieu Herrb | <pre> |
134 | 15 | Sebastien Badia | # Pour dire au switch d'accepter n'importe quel type de SFP |
135 | 1 | Matthieu Herrb | service unsupported-transceiver |
136 | 15 | Sebastien Badia | # Autoriser le switch à avoir une IP sur une interface VLAN |
137 | 15 | Sebastien Badia | feature interface-vlan |
138 | 35 | Laurent GUERBY | # desactiver STP (actif par défaut) |
139 | 35 | Laurent GUERBY | no spanning-tree vlan 1-3967,4048-4093 |
140 | 15 | Sebastien Badia | # Activer les features LACP |
141 | 15 | Sebastien Badia | feature lacp |
142 | 15 | Sebastien Badia | # Activer la possiblité de faire du LLDP |
143 | 15 | Sebastien Badia | feature lldp |
144 | 36 | Laurent GUERBY | # Mettre tous les ports en shutdown par défaut |
145 | 36 | Laurent GUERBY | # (penser à activer le port lors de la configuration avec un 'no shutdown' |
146 | 15 | Sebastien Badia | system default switchport shutdown |
147 | 15 | Sebastien Badia | </pre> |
148 | 15 | Sebastien Badia | |
149 | 15 | Sebastien Badia | h3. Misc |
150 | 15 | Sebastien Badia | |
151 | 15 | Sebastien Badia | <pre> |
152 | 8 | Laurent GUERBY | no password strength-check |
153 | 8 | Laurent GUERBY | |
154 | 13 | Laurent GUERBY | nexus# sh mac address-table |
155 | 13 | Laurent GUERBY | |
156 | 13 | Laurent GUERBY | nexus# sh environment |
157 | 13 | Laurent GUERBY | (...) |
158 | 13 | Laurent GUERBY | Temperature: |
159 | 13 | Laurent GUERBY | ------------------------------------------------------------------------- |
160 | 13 | Laurent GUERBY | Module Sensor MajorThresh MinorThres CurTemp Status |
161 | 13 | Laurent GUERBY | (Celsius) (Celsius) (Celsius) |
162 | 13 | Laurent GUERBY | ------------------------------------------------------------------------- |
163 | 13 | Laurent GUERBY | 1 Back-Right (D0) 70 44 33 Ok |
164 | 13 | Laurent GUERBY | 1 Back-Left (D1) 70 42 29 Ok |
165 | 13 | Laurent GUERBY | 1 Front-Right(D2) 70 47 32 Ok |
166 | 13 | Laurent GUERBY | 1 Front-Left (D3) 70 49 30 Ok |
167 | 13 | Laurent GUERBY | |
168 | 14 | Laurent GUERBY | nexus# sh int e1/1 cap |
169 | 14 | Laurent GUERBY | nexus# sh int e1/1 tra det |
170 | 14 | Laurent GUERBY | |
171 | 1 | Matthieu Herrb | |
172 | 1 | Matthieu Herrb | # TODO verifier |
173 | 1 | Matthieu Herrb | conf t |
174 | 1 | Matthieu Herrb | int eth1/4 |
175 | 1 | Matthieu Herrb | switchport trunk allowed vlan xxx |
176 | 1 | Matthieu Herrb | switchport trunk native vlan nnn |
177 | 1 | Matthieu Herrb | </pre> |
178 | 19 | Laurent GUERBY | |
179 | 22 | Laurent GUERBY | h3. NTP |
180 | 22 | Laurent GUERBY | |
181 | 22 | Laurent GUERBY | Client de nagios : |
182 | 22 | Laurent GUERBY | |
183 | 22 | Laurent GUERBY | <pre> |
184 | 22 | Laurent GUERBY | conf t |
185 | 22 | Laurent GUERBY | ntp server 192.168.3.7 |
186 | 22 | Laurent GUERBY | ntp source-interface Vlan3175 |
187 | 22 | Laurent GUERBY | </pre> |
188 | 22 | Laurent GUERBY | |
189 | 19 | Laurent GUERBY | h3. 40G |
190 | 19 | Laurent GUERBY | |
191 | 19 | Laurent GUERBY | 40G <=> 4x10G reboot necessaire |
192 | 19 | Laurent GUERBY | https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/interfaces/6_x/b_Cisco_n3k_Interfaces_Configuration_Guide_602_U11/b_Cisco_n3k_Interfaces_Configuration_Guide_602_U11_chapter_010.html |
193 | 19 | Laurent GUERBY | |
194 | 19 | Laurent GUERBY | <pre> |
195 | 19 | Laurent GUERBY | conf t |
196 | 19 | Laurent GUERBY | hardware profile portmode 48x10g+4x40g |
197 | 19 | Laurent GUERBY | exit |
198 | 19 | Laurent GUERBY | reload |
199 | 19 | Laurent GUERBY | </pre> |
200 | 19 | Laurent GUERBY | |
201 | 34 | Laurent GUERBY | 4x4x10G : |
202 | 19 | Laurent GUERBY | |
203 | 19 | Laurent GUERBY | <pre> |
204 | 1 | Matthieu Herrb | hardware profile portmode 64x10G |
205 | 34 | Laurent GUERBY | </pre> |
206 | 34 | Laurent GUERBY | |
207 | 34 | Laurent GUERBY | 4x10G (port 49) + 3x40G (port 50-52) |
208 | 34 | Laurent GUERBY | <pre> |
209 | 34 | Laurent GUERBY | hardware profile portmode 52x10G+3x40G |
210 | 19 | Laurent GUERBY | </pre> |
211 | 19 | Laurent GUERBY | |
212 | 24 | Laurent GUERBY | h3. MPLS |
213 | 8 | Laurent GUERBY | |
214 | 24 | Laurent GUERBY | https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/label_switching/7x/b_Cisco_Nexus_3000_Series_NX-OS_Label_Switching_Configuration_Guide_7x/b_Cisco_Nexus_3000_Series_NX-OS_Label_Switching_Configuration_Guide_7x_chapter_010.html |
215 | 24 | Laurent GUERBY | <pre> |
216 | 24 | Laurent GUERBY | n3064a# show feature-set |
217 | 24 | Laurent GUERBY | Feature Set Name ID State |
218 | 24 | Laurent GUERBY | -------------------- -------- -------- |
219 | 24 | Laurent GUERBY | fex 3 uninstalled |
220 | 24 | Laurent GUERBY | mpls 4 uninstalled |
221 | 24 | Laurent GUERBY | fabric 7 uninstalled |
222 | 24 | Laurent GUERBY | fcoe-npv 8 uninstalled |
223 | 24 | Laurent GUERBY | </pre> |
224 | 24 | Laurent GUERBY | |
225 | 24 | Laurent GUERBY | Linux |
226 | 24 | Laurent GUERBY | <pre> |
227 | 24 | Laurent GUERBY | 20180312 09:09:57<guerby> test du lundi matin sur kernel 4.16-rc4 avec iproute2 4.15.0: ip route add 10.1.1.0/30 encap mpls 200/300 dev eth0 et tcpdump donne |
228 | 24 | Laurent GUERBY | 20180312 09:09:59<guerby> 09:07:56.394863 70:85:c2:3a:17:2a > ff:ff:ff:ff:ff:ff, ethertype MPLS unicast (0x8847), length 106: MPLS (label 200, exp 0, ttl 64) (label 300, exp 0, [S], ttl 64) 91.224.148.12 > 10.1.1.1: ICMP echo request, id 25171, seq 37, length 64 |
229 | 24 | Laurent GUERBY | </pre> |
230 | 24 | Laurent GUERBY | |
231 | 4 | Matthieu Herrb | h2. Infos |
232 | 4 | Matthieu Herrb | |
233 | 4 | Matthieu Herrb | <pre> |
234 | 4 | Matthieu Herrb | nexus# sh version |
235 | 4 | Matthieu Herrb | Cisco Nexus Operating System (NX-OS) Software |
236 | 4 | Matthieu Herrb | TAC support: http://www.cisco.com/tac |
237 | 4 | Matthieu Herrb | Copyright (C) 2002-2017, Cisco and/or its affiliates. |
238 | 4 | Matthieu Herrb | All rights reserved. |
239 | 4 | Matthieu Herrb | The copyrights to certain works contained in this software are |
240 | 4 | Matthieu Herrb | owned by other third parties and used and distributed under their own |
241 | 4 | Matthieu Herrb | licenses, such as open source. This software is provided "as is," and unless |
242 | 4 | Matthieu Herrb | otherwise stated, there is no warranty, express or implied, including but not |
243 | 4 | Matthieu Herrb | limited to warranties of merchantability and fitness for a particular purpose. |
244 | 4 | Matthieu Herrb | Certain components of this software are licensed under |
245 | 4 | Matthieu Herrb | the GNU General Public License (GPL) version 2.0 or |
246 | 4 | Matthieu Herrb | GNU General Public License (GPL) version 3.0 or the GNU |
247 | 4 | Matthieu Herrb | Lesser General Public License (LGPL) Version 2.1 or |
248 | 4 | Matthieu Herrb | Lesser General Public License (LGPL) Version 2.0. |
249 | 4 | Matthieu Herrb | A copy of each such license is available at |
250 | 4 | Matthieu Herrb | http://www.opensource.org/licenses/gpl-2.0.php and |
251 | 4 | Matthieu Herrb | http://opensource.org/licenses/gpl-3.0.html and |
252 | 4 | Matthieu Herrb | http://www.opensource.org/licenses/lgpl-2.1.php and |
253 | 4 | Matthieu Herrb | http://www.gnu.org/licenses/old-licenses/library.txt. |
254 | 4 | Matthieu Herrb | |
255 | 4 | Matthieu Herrb | Software |
256 | 4 | Matthieu Herrb | BIOS: version 4.0.0 |
257 | 4 | Matthieu Herrb | NXOS: version 7.0(3)I4(7) |
258 | 4 | Matthieu Herrb | BIOS compile time: 12/05/2016 |
259 | 4 | Matthieu Herrb | NXOS image file is: bootflash:///nxos.7.0.3.I4.7.bin |
260 | 4 | Matthieu Herrb | NXOS compile time: 6/28/2017 14:00:00 [06/28/2017 21:53:29] |
261 | 4 | Matthieu Herrb | |
262 | 4 | Matthieu Herrb | |
263 | 4 | Matthieu Herrb | Hardware |
264 | 4 | Matthieu Herrb | cisco Nexus3000 C3064PQ Chassis |
265 | 4 | Matthieu Herrb | Intel(R) Celeron(R) CPU P4505 @ 1.87GHz with 3903284 kB of memory. |
266 | 4 | Matthieu Herrb | Processor Board ID FOC17342TSZ |
267 | 4 | Matthieu Herrb | |
268 | 4 | Matthieu Herrb | Device name: nexus |
269 | 4 | Matthieu Herrb | bootflash: 1638000 kB |
270 | 4 | Matthieu Herrb | usb1: 0 kB (expansion flash) |
271 | 4 | Matthieu Herrb | |
272 | 4 | Matthieu Herrb | Kernel uptime is 0 day(s), 2 hour(s), 10 minute(s), 12 second(s) |
273 | 4 | Matthieu Herrb | |
274 | 4 | Matthieu Herrb | Last reset at 335975 usecs after Wed Feb 14 15:25:27 2018 |
275 | 4 | Matthieu Herrb | |
276 | 4 | Matthieu Herrb | Reason: Reset Requested by CLI command reload |
277 | 4 | Matthieu Herrb | System version: 7.0(3)I4(7) |
278 | 4 | Matthieu Herrb | Service: |
279 | 4 | Matthieu Herrb | |
280 | 4 | Matthieu Herrb | plugin |
281 | 4 | Matthieu Herrb | Core Plugin, Ethernet Plugin |
282 | 4 | Matthieu Herrb | |
283 | 4 | Matthieu Herrb | Active Package(s): |
284 | 5 | Matthieu Herrb | |
285 | 12 | Laurent GUERBY | nexus# sh inventory all |
286 | 5 | Matthieu Herrb | NAME: "Chassis", DESCR: "Nexus3000 C3064PQ Chassis" |
287 | 5 | Matthieu Herrb | PID: N3K-C3064PQ-10GX , VID: V01 , SN: FOC1734R15F |
288 | 5 | Matthieu Herrb | |
289 | 5 | Matthieu Herrb | NAME: "Slot 1", DESCR: "48x10GE + 4x40G Supervisor" |
290 | 5 | Matthieu Herrb | PID: N3K-C3064PQ-10GX , VID: V01 , SN: FOC17342TSZ |
291 | 5 | Matthieu Herrb | |
292 | 5 | Matthieu Herrb | NAME: "Power Supply 1", DESCR: "Nexus3000 C3064PQ Chassis Power Supply" |
293 | 5 | Matthieu Herrb | PID: N2200-PAC-400W , VID: V04 , SN: DTN1733P0VH |
294 | 5 | Matthieu Herrb | |
295 | 5 | Matthieu Herrb | NAME: "Power Supply 2", DESCR: "Nexus3000 C3064PQ Chassis Power Supply" |
296 | 5 | Matthieu Herrb | PID: N2200-PAC-400W , VID: V04 , SN: DTN1733P0UK |
297 | 5 | Matthieu Herrb | |
298 | 5 | Matthieu Herrb | NAME: "Fan 1", DESCR: "Nexus3000 C3064PQ Chassis Fan Module" |
299 | 1 | Matthieu Herrb | PID: N3K-C3064-FAN-F , VID: V00 , SN: N/A |
300 | 12 | Laurent GUERBY | |
301 | 12 | Laurent GUERBY | NAME: Ethernet1/1, DESCR: FiberStore |
302 | 12 | Laurent GUERBY | PID: SFP-H10GB-ACU10M , VID: SFP-10G-AOC , SN: F176CO35764-1 |
303 | 23 | Laurent GUERBY | |
304 | 23 | Laurent GUERBY | nexus# sh license |
305 | 23 | Laurent GUERBY | license_FOC1734R15F_12_1.lic: |
306 | 23 | Laurent GUERBY | SERVER this_host ANY |
307 | 23 | Laurent GUERBY | VENDOR cisco |
308 | 23 | Laurent GUERBY | FEATURE LAN_BASE_SERVICES_PKG cisco 1.0 permanent uncounted \ |
309 | 23 | Laurent GUERBY | VENDOR_STRING=<LIC_SOURCE>NEXUS_PRODUCTION</LIC_SOURCE><SKU>N3K-BAS1K9</SKU> \ |
310 | 23 | Laurent GUERBY | HOSTID=VDH=FOC1734R15F \ |
311 | 23 | Laurent GUERBY | NOTICE=<LicFileID>20131030222602000</LicFileID><LicLineID>1</LicLineID><PAK>N3K-C3064PQ-10GXFOC1734R15F</PAK> \ |
312 | 23 | Laurent GUERBY | SIGN=BBF8EBE2F7B6 |
313 | 23 | Laurent GUERBY | FEATURE LAN_ENTERPRISE_SERVICES_PKG cisco 1.0 permanent uncounted \ |
314 | 23 | Laurent GUERBY | VENDOR_STRING=<LIC_SOURCE>NEXUS_PRODUCTION</LIC_SOURCE><SKU>N3K-LAN1K9</SKU> \ |
315 | 23 | Laurent GUERBY | HOSTID=VDH=FOC1734R15F \ |
316 | 23 | Laurent GUERBY | NOTICE=<LicFileID>20131030222602000</LicFileID><LicLineID>2</LicLineID><PAK>N3K-C3064PQ-10GXFOC1734R15F</PAK> \ |
317 | 23 | Laurent GUERBY | SIGN=FF75EB18A86E |
318 | 23 | Laurent GUERBY | |
319 | 23 | Laurent GUERBY | </pre> |
320 | 23 | Laurent GUERBY | |
321 | 28 | Laurent GUERBY | h2. Boot log |
322 | 28 | Laurent GUERBY | |
323 | 28 | Laurent GUERBY | screen /dev/ttyUSB0 9600 8n1 |
324 | 28 | Laurent GUERBY | |
325 | 28 | Laurent GUERBY | A la question entrer "skip" puis login "admin" password vide. |
326 | 28 | Laurent GUERBY | |
327 | 28 | Laurent GUERBY | <pre> |
328 | 28 | Laurent GUERBY | Press ctrl L to go to loader prompt in 2 secs |
329 | 28 | Laurent GUERBY | |
330 | 28 | Laurent GUERBY | Booting kickstart image: bootflash:/nxos.7.0.3.I7.2.bin |
331 | 28 | Laurent GUERBY | CardIndex = 11060 |
332 | 28 | Laurent GUERBY | Image valid |
333 | 28 | Laurent GUERBY | graphics_set_kernel_params enter: |
334 | 28 | Laurent GUERBY | Installing klm_card_index |
335 | 28 | Laurent GUERBY | done |
336 | 28 | Laurent GUERBY | INIT: version 2.88 booting |
337 | 28 | Laurent GUERBY | Skipping ata_piix install for n3k. |
338 | 28 | Laurent GUERBY | Unsquashing rootfs ... |
339 | 28 | Laurent GUERBY | Removing libcrdcfgdata and linking libcrdcfgdata3nk |
340 | 28 | Laurent GUERBY | Installing isan procfs ... done. |
341 | 28 | Laurent GUERBY | Installing SSE module with card index 11060 ... done. |
342 | 28 | Laurent GUERBY | Creating SSE device node 246 ... done. |
343 | 28 | Laurent GUERBY | Loading I2C driver ... done. |
344 | 28 | Laurent GUERBY | Installing CCTRL driver for card_type 30 without NEED_GEM ... done. |
345 | 28 | Laurent GUERBY | 10.20: Interrupt throttling disabled. No cctrl irq detected. |
346 | 28 | Laurent GUERBY | Loading IGB driver ... done. |
347 | 28 | Laurent GUERBY | |
348 | 28 | Laurent GUERBY | Checking all filesystems.Current boot disk sda3.. |
349 | 28 | Laurent GUERBY | |
350 | 28 | Laurent GUERBY | Installing SPROM driver ... IS_N3K done. |
351 | 28 | Laurent GUERBY | Skipping installing default sprom values for N3k... |
352 | 28 | Laurent GUERBY | Installing pfmsvcs module with SPROM card index 11060 ... done. |
353 | 28 | Laurent GUERBY | Installing nvram module ... done. |
354 | 28 | Laurent GUERBY | Installing if_index module with port mode 1 ... done. |
355 | 28 | Laurent GUERBY | Installing fcfwd stub |
356 | 28 | Laurent GUERBY | Installing RNI lcnd ... done |
357 | 28 | Laurent GUERBY | Installing LC netdev ... done |
358 | 28 | Laurent GUERBY | Installing psdev module ... done. |
359 | 28 | Laurent GUERBY | Installing veobc module ... done. |
360 | 28 | Laurent GUERBY | Inserting OBFL module ... done. |
361 | 28 | Laurent GUERBY | Making OBFL character devices |
362 | 28 | Laurent GUERBY | Mounting OBFL pstore for mtd |
363 | 28 | Laurent GUERBY | Starting OpenBSD Secure Shell server: sshd ... done. |
364 | 28 | Laurent GUERBY | Trim files after extracting TOR files ... |
365 | 28 | Laurent GUERBY | tune2fs 1.42.1 (17-Feb-2012) |
366 | 28 | Laurent GUERBY | Setting reserved blocks percentage to 0% (0 blocks) |
367 | 28 | Laurent GUERBY | Starting portmap daemon... |
368 | 28 | Laurent GUERBY | creating NFS state directory: done |
369 | 28 | Laurent GUERBY | starting 8 nfsd kernel threads: done |
370 | 28 | Laurent GUERBY | starting mountd: done |
371 | 28 | Laurent GUERBY | starting statd: done |
372 | 28 | Laurent GUERBY | Saving image for img-sync ... |
373 | 28 | Laurent GUERBY | Loading system software |
374 | 28 | Laurent GUERBY | Installing local RPMS |
375 | 28 | Laurent GUERBY | Patch Repository Setup completed successfully |
376 | 28 | Laurent GUERBY | Creating /dev/mcelog |
377 | 28 | Laurent GUERBY | Starting mcelog daemon |
378 | 28 | Laurent GUERBY | Removing dme lib |
379 | 28 | Laurent GUERBY | Moving N3K specific syslog config file |
380 | 28 | Laurent GUERBY | INIT: Entering runlevel: 3 |
381 | 28 | Laurent GUERBY | Running S93thirdparty-script... |
382 | 28 | Laurent GUERBY | |
383 | 28 | Laurent GUERBY | Populating conf files for hybrid sysmgr ... |
384 | 28 | Laurent GUERBY | Removing bios-imgs and /lcimages |
385 | 28 | Laurent GUERBY | Starting hybrid sysmgr ... |
386 | 28 | Laurent GUERBY | inserting /isan/lib/modules/klm_cisco_nb.o ... done |
387 | 28 | Laurent GUERBY | Executing Prune clis. |
388 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:10 %$ VDC-1 %$ %USER-0-SYSTEM_MSG: pfm_init; line 1496 - pfm |
389 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:11 %$ VDC-1 %$ %PLATFORM-2-PS_FAIL: Power supply 1 failed or shut down (Serial number DTN1710P431) |
390 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:11 %$ VDC-1 %$ %PLATFORM-2-PS_OK: Power supply 2 ok (Serial number DTN1801P09K) |
391 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:11 %$ VDC-1 %$ %PLATFORM-2-PS_FANOK: Fan in Power supply 2 ok |
392 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:11 %$ VDC-1 %$ %PLATFORM-2-PS_ABSENT: Power supply 1 is absent/shutdown, ps-redundancy might be affected |
393 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:11 %$ VDC-1 %$ %PLATFORM-2-PS_RED_MODE_CHG: Power supply operational redundancy mode changed to non-redundant |
394 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:11 %$ VDC-1 %$ %PLATFORM-2-FANMOD_FAN_OK: Fan module 1 (Fan1(sys_fan1) fan) ok |
395 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:11 %$ VDC-1 %$ %USER-0-SYSTEM_MSG: before access to bkout_cfg - clis |
396 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:17 %$ VDC-1 %$ netstack: Registration with cli server complete |
397 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:32 %$ VDC-1 %$ %USER-2-SYSTEM_MSG: ssnmgr_app_init called on ssnmgr up - aclmgr |
398 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:41 %$ VDC-1 %$ %USER-0-SYSTEM_MSG: end of default policer - copp |
399 | 28 | Laurent GUERBY | 2012 Jul 17 16:09:52 %$ VDC-1 %$ %VDC_MGR-2-VDC_ONLINE: vdc 1 has come online |
400 | 28 | Laurent GUERBY | Waiting for system online status before starting POAP ... |
401 | 28 | Laurent GUERBY | Starting Power On Auto Provisioning...2012 Jul 17 16:10:21 switch %$ VDC-1 %$ %ASCII-CFG-2-CONF_CONTROL: System ready |
402 | 28 | Laurent GUERBY | Done |
403 | 28 | Laurent GUERBY | |
404 | 28 | Laurent GUERBY | Abort Power On Auto Provisioning [yes - continue with normal setup, skip - bypass password and basic configuration, no - continue with Power On Auto Provisioning] (yes/skip/no)[no]: 2012 Jul 17 16:10:25 switch %$ VDC-1 %$ %POAP-2-POAP_INITED: [FOC1636R174-6C:20:56:E6:D4:01] - POAP process initialized |
405 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:46 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: [FOC1636R174-6C:20:56:E6:D4:01] - USB Initializing Success |
406 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:46 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: [FOC1636R174-6C:20:56:E6:D4:01] - USB disk not detected |
407 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:46 switch %$ VDC-1 %$ last message repeated 1 time |
408 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:46 switch %$ VDC-1 %$ %POAP-2-POAP_DHCP_DISCOVER_START: [FOC1636R174-6C:20:56:E6:D4:01] - POAP DHCP Discover phase started |
409 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:46 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: - Abort Power On Auto Provisioning [yes - continue with normal setup, skip - bypass password and basic configuration, no - continue with Power On Auto Provisioning] (yes/skip/no)[no]: |
410 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:46 switch %$ VDC-1 %$ %POAP-2-POAP_FAILURE: [FOC1636R174-6C:20:56:E6:D4:01] - POAP DHCP discover phase failed |
411 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:48 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: - Abort Power On Auto Provisioning [yes - continue with normal setup, skip - bypass password and basic configuration, no - continue with Power On Auto Provisioning] (yes/skip/no)[no]: |
412 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:51 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: [FOC1636R174-6C:20:56:E6:D4:01] - USB Initializing Success |
413 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:51 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: [FOC1636R174-6C:20:56:E6:D4:01] - USB disk not detected |
414 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:51 switch %$ VDC-1 %$ last message repeated 1 time |
415 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:51 switch %$ VDC-1 %$ %POAP-2-POAP_DHCP_DISCOVER_START: [FOC1636R174-6C:20:56:E6:D4:01] - POAP DHCP Discover phase started |
416 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:51 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: - Abort Power On Auto Provisioning [yes - continue with normal setup, skip - bypass password and basic configuration, no - continue with Power On Auto Provisioning] (yes/skip/no)[no]: |
417 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:51 switch %$ VDC-1 %$ %POAP-2-POAP_FAILURE: [FOC1636R174-6C:20:56:E6:D4:01] - POAP DHCP discover phase failed |
418 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:53 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: - Abort Power On Auto Provisioning [yes - continue with normal setup, skip - bypass password and basic configuration, no - continue with Power On Auto Provisioning] (yes/skip/no)[no]: |
419 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:57 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: [FOC1636R174-6C:20:56:E6:D4:01] - USB Initializing Success |
420 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:57 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: [FOC1636R174-6C:20:56:E6:D4:01] - USB disk not detected |
421 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:57 switch %$ VDC-1 %$ last message repeated 1 time |
422 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:57 switch %$ VDC-1 %$ %POAP-2-POAP_DHCP_DISCOVER_START: [FOC1636R174-6C:20:56:E6:D4:01] - POAP DHCP Discover phase started |
423 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:57 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: - Abort Power On Auto Provisioning [yes - continue with normal setup, skip - bypass password and basic configuration, no - continue with Power On Auto Provisioning] (yes/skip/no)[no]: |
424 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:57 switch %$ VDC-1 %$ %POAP-2-POAP_FAILURE: [FOC1636R174-6C:20:56:E6:D4:01] - POAP DHCP discover phase failed |
425 | 28 | Laurent GUERBY | 2012 Jul 17 16:10:59 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: - Abort Power On Auto Provisioning [yes - continue with normal setup, skip - bypass password and basic configuration, no - continue with Power On Auto Provisioning] (yes/skip/no)[no]: |
426 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:03 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: [FOC1636R174-6C:20:56:E6:D4:01] - USB Initializing Success |
427 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:03 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: [FOC1636R174-6C:20:56:E6:D4:01] - USB disk not detected |
428 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:03 switch %$ VDC-1 %$ last message repeated 1 time |
429 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:03 switch %$ VDC-1 %$ %POAP-2-POAP_DHCP_DISCOVER_START: [FOC1636R174-6C:20:56:E6:D4:01] - POAP DHCP Discover phase started |
430 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:03 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: - Abort Power On Auto Provisioning [yes - continue with normal setup, skip - bypass password and basic configuration, no - continue with Power On Auto Provisioning] (yes/skip/no)[no]: |
431 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:03 switch %$ VDC-1 %$ %POAP-2-POAP_FAILURE: [FOC1636R174-6C:20:56:E6:D4:01] - POAP DHCP discover phase failed |
432 | 28 | Laurent GUERBY | skip |
433 | 28 | Laurent GUERBY | !!! NOTE: You have selected skip option. POAP will be aborted and password configuration will be skipped !!! |
434 | 28 | Laurent GUERBY | Disabling POAP.......2012 Jul 17 16:11:05 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: - Abort Power On Auto Provisioning [yes - continue with normal setup, skip - bypass password and basic configuration, no - continue with Power On Auto Provisioning] (yes/skip/no)[no]: |
435 | 28 | Laurent GUERBY | Disabling POAP |
436 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:08 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: [FOC1636R174-6C:20:56:E6:D4:01] - USB Initializing Success |
437 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:09 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: [FOC1636R174-6C:20:56:E6:D4:01] - USB disk not detected |
438 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:09 switch %$ VDC-1 %$ last message repeated 1 time |
439 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:09 switch %$ VDC-1 %$ %POAP-2-POAP_DHCP_DISCOVER_START: [FOC1636R174-6C:20:56:E6:D4:01] - POAP DHCP Discover phase started |
440 | 28 | Laurent GUERBY | 2012 Jul 17 16:11:09 switch %$ VDC-1 %$ %POAP-2-POAP_INFO: - Abort Power On Auto Provisioning [yes - continue with normal setup, skip - bypass password and basic configuration, no - continue with Power On Auto Provisioning] (yes/skip/no)[no]: |
441 | 28 | Laurent GUERBY | skip |
442 | 28 | Laurent GUERBY | Enabling feature lldp by default |
443 | 28 | Laurent GUERBY | Basic configuration has been skipped! |
444 | 28 | Laurent GUERBY | Applying default configuration |
445 | 28 | Laurent GUERBY | N3K:Applying Default CoPP configuration |
446 | 28 | Laurent GUERBY | |
447 | 28 | Laurent GUERBY | |
448 | 28 | Laurent GUERBY | |
449 | 28 | Laurent GUERBY | User Access Verification |
450 | 28 | Laurent GUERBY | login: admin |
451 | 28 | Laurent GUERBY | Password: |
452 | 28 | Laurent GUERBY | |
453 | 28 | Laurent GUERBY | Cisco Nexus Operating System (NX-OS) Software |
454 | 28 | Laurent GUERBY | TAC support: http://www.cisco.com/tac |
455 | 28 | Laurent GUERBY | Copyright (C) 2002-2017, Cisco and/or its affiliates. |
456 | 28 | Laurent GUERBY | All rights reserved. |
457 | 28 | Laurent GUERBY | The copyrights to certain works contained in this software are |
458 | 28 | Laurent GUERBY | owned by other third parties and used and distributed under their own |
459 | 28 | Laurent GUERBY | licenses, such as open source. This software is provided "as is," and unless |
460 | 28 | Laurent GUERBY | otherwise stated, there is no warranty, express or implied, including but not |
461 | 28 | Laurent GUERBY | limited to warranties of merchantability and fitness for a particular purpose. |
462 | 28 | Laurent GUERBY | Certain components of this software are licensed under |
463 | 28 | Laurent GUERBY | the GNU General Public License (GPL) version 2.0 or |
464 | 28 | Laurent GUERBY | GNU General Public License (GPL) version 3.0 or the GNU |
465 | 28 | Laurent GUERBY | Lesser General Public License (LGPL) Version 2.1 or |
466 | 28 | Laurent GUERBY | Lesser General Public License (LGPL) Version 2.0. |
467 | 28 | Laurent GUERBY | A copy of each such license is available at |
468 | 28 | Laurent GUERBY | http://www.opensource.org/licenses/gpl-2.0.php and |
469 | 28 | Laurent GUERBY | http://opensource.org/licenses/gpl-3.0.html and |
470 | 28 | Laurent GUERBY | http://www.opensource.org/licenses/lgpl-2.1.php and |
471 | 28 | Laurent GUERBY | http://www.gnu.org/licenses/old-licenses/library.txt. |
472 | 28 | Laurent GUERBY | switch# |
473 | 28 | Laurent GUERBY | </pre> |
474 | 23 | Laurent GUERBY | |
475 | 29 | Laurent GUERBY | <pre> |
476 | 29 | Laurent GUERBY | switch# show version |
477 | 29 | Laurent GUERBY | Cisco Nexus Operating System (NX-OS) Software |
478 | 29 | Laurent GUERBY | TAC support: http://www.cisco.com/tac |
479 | 29 | Laurent GUERBY | Copyright (C) 2002-2017, Cisco and/or its affiliates. |
480 | 29 | Laurent GUERBY | All rights reserved. |
481 | 29 | Laurent GUERBY | The copyrights to certain works contained in this software are |
482 | 29 | Laurent GUERBY | owned by other third parties and used and distributed under their own |
483 | 29 | Laurent GUERBY | licenses, such as open source. This software is provided "as is," and unless |
484 | 29 | Laurent GUERBY | otherwise stated, there is no warranty, express or implied, including but not |
485 | 29 | Laurent GUERBY | limited to warranties of merchantability and fitness for a particular purpose. |
486 | 29 | Laurent GUERBY | Certain components of this software are licensed under |
487 | 29 | Laurent GUERBY | the GNU General Public License (GPL) version 2.0 or |
488 | 29 | Laurent GUERBY | GNU General Public License (GPL) version 3.0 or the GNU |
489 | 29 | Laurent GUERBY | Lesser General Public License (LGPL) Version 2.1 or |
490 | 29 | Laurent GUERBY | Lesser General Public License (LGPL) Version 2.0. |
491 | 29 | Laurent GUERBY | A copy of each such license is available at |
492 | 29 | Laurent GUERBY | http://www.opensource.org/licenses/gpl-2.0.php and |
493 | 29 | Laurent GUERBY | http://opensource.org/licenses/gpl-3.0.html and |
494 | 29 | Laurent GUERBY | http://www.opensource.org/licenses/lgpl-2.1.php and |
495 | 29 | Laurent GUERBY | http://www.gnu.org/licenses/old-licenses/library.txt. |
496 | 29 | Laurent GUERBY | |
497 | 29 | Laurent GUERBY | Software |
498 | 29 | Laurent GUERBY | BIOS: version 4.5.0 |
499 | 29 | Laurent GUERBY | NXOS: version 7.0(3)I7(2) |
500 | 29 | Laurent GUERBY | BIOS compile time: 11/09/2017 |
501 | 29 | Laurent GUERBY | NXOS image file is: bootflash:///nxos.7.0.3.I7.2.bin |
502 | 29 | Laurent GUERBY | NXOS compile time: 11/22/2017 13:00:00 [11/22/2017 21:55:29] |
503 | 29 | Laurent GUERBY | |
504 | 29 | Laurent GUERBY | |
505 | 29 | Laurent GUERBY | Hardware |
506 | 29 | Laurent GUERBY | cisco Nexus3000 C3064PQ Chassis |
507 | 29 | Laurent GUERBY | Intel(R) Celeron(R) CPU P4505 @ 1.87GHz with 3902872 kB of memory. |
508 | 29 | Laurent GUERBY | Processor Board ID FOC16382AE1 |
509 | 29 | Laurent GUERBY | |
510 | 29 | Laurent GUERBY | Device name: switch |
511 | 29 | Laurent GUERBY | bootflash: 1635720 kB |
512 | 29 | Laurent GUERBY | usb1: 0 kB (expansion flash) |
513 | 29 | Laurent GUERBY | |
514 | 29 | Laurent GUERBY | Kernel uptime is 0 day(s), 0 hour(s), 7 minute(s), 5 second(s) |
515 | 29 | Laurent GUERBY | |
516 | 29 | Laurent GUERBY | Last reset |
517 | 29 | Laurent GUERBY | Reason: Unknown |
518 | 29 | Laurent GUERBY | System version: 7.0(3)I7(2) |
519 | 29 | Laurent GUERBY | Service: |
520 | 29 | Laurent GUERBY | |
521 | 29 | Laurent GUERBY | plugin |
522 | 29 | Laurent GUERBY | Core Plugin, Ethernet Plugin |
523 | 29 | Laurent GUERBY | |
524 | 29 | Laurent GUERBY | Active Package(s): |
525 | 29 | Laurent GUERBY | |
526 | 29 | Laurent GUERBY | switch# |
527 | 29 | Laurent GUERBY | |
528 | 29 | Laurent GUERBY | </pre> |
529 | 29 | Laurent GUERBY | |
530 | 7 | Laurent GUERBY | h2. Consommation |
531 | 6 | Laurent GUERBY | |
532 | 6 | Laurent GUERBY | 77 Watt, cos phi 0.92, pas de pic pendant le boot |
533 | 37 | Matthieu Herrb | |
534 | 37 | Matthieu Herrb | h1. Nexus 5000 + fabric extender |
535 | 37 | Matthieu Herrb | |
536 | 37 | Matthieu Herrb | https://www.networkcomputing.com/networking/how-set-cisco-nexus-fabric-extender/185197401 |