NXOS » Historique » Version 4
Matthieu Herrb, 14/02/2018 18:46
1 | 1 | Matthieu Herrb | h1. NXOS |
---|---|---|---|
2 | 1 | Matthieu Herrb | |
3 | 1 | Matthieu Herrb | Cisco Nexus 3064X |
4 | 1 | Matthieu Herrb | |
5 | 1 | Matthieu Herrb | h2. Interface de management out-of-band |
6 | 1 | Matthieu Herrb | |
7 | 1 | Matthieu Herrb | * Adresse: 192.168.129.46 |
8 | 1 | Matthieu Herrb | |
9 | 1 | Matthieu Herrb | h2. Commandes |
10 | 1 | Matthieu Herrb | |
11 | 1 | Matthieu Herrb | h3. Sauvegarde config |
12 | 1 | Matthieu Herrb | |
13 | 1 | Matthieu Herrb | <pre> |
14 | 1 | Matthieu Herrb | nexus# copy run start |
15 | 1 | Matthieu Herrb | </pre> |
16 | 1 | Matthieu Herrb | |
17 | 1 | Matthieu Herrb | Copie via scp |
18 | 1 | Matthieu Herrb | |
19 | 1 | Matthieu Herrb | <pre> |
20 | 1 | Matthieu Herrb | nexus# copy run scp://matthieu@192.168.129.1/ |
21 | 1 | Matthieu Herrb | </pre> |
22 | 1 | Matthieu Herrb | |
23 | 1 | Matthieu Herrb | h3. Config interface |
24 | 1 | Matthieu Herrb | |
25 | 1 | Matthieu Herrb | <pre> |
26 | 1 | Matthieu Herrb | nexus# conf t |
27 | 1 | Matthieu Herrb | nexus(config)# interface ethernet 1/3 |
28 | 1 | Matthieu Herrb | nexus(config-if)# switchport mode trunk |
29 | 1 | Matthieu Herrb | nexus(config-if)# exit |
30 | 1 | Matthieu Herrb | nexus(config)# exit |
31 | 1 | Matthieu Herrb | nexus# |
32 | 1 | Matthieu Herrb | </pre> |
33 | 1 | Matthieu Herrb | |
34 | 1 | Matthieu Herrb | pour un vlan non taggé |
35 | 1 | Matthieu Herrb | <pre> |
36 | 1 | Matthieu Herrb | nexus(config-if)# switchport access vlan 3131 |
37 | 1 | Matthieu Herrb | </pre> |
38 | 1 | Matthieu Herrb | |
39 | 2 | Matthieu Herrb | h3. Etat des interfaces |
40 | 3 | Matthieu Herrb | |
41 | 1 | Matthieu Herrb | <pre> |
42 | 1 | Matthieu Herrb | nexus# sh int status |
43 | 1 | Matthieu Herrb | nexus# sh int transceiver |
44 | 1 | Matthieu Herrb | nexus# sh int ethernet 1/1 |
45 | 1 | Matthieu Herrb | </pre> |
46 | 1 | Matthieu Herrb | </pre> |
47 | 2 | Matthieu Herrb | |
48 | 1 | Matthieu Herrb | h3. Boot |
49 | 1 | Matthieu Herrb | |
50 | 1 | Matthieu Herrb | <pre> |
51 | 1 | Matthieu Herrb | nexus# conf t |
52 | 1 | Matthieu Herrb | nexus(config)# boot nxos bootflash:/nxos.7.0.3.I4.7.bin |
53 | 1 | Matthieu Herrb | nexus(config)# boot order bootflash |
54 | 1 | Matthieu Herrb | nexus(config)# exit |
55 | 1 | Matthieu Herrb | nexus# |
56 | 4 | Matthieu Herrb | </pre> |
57 | 4 | Matthieu Herrb | |
58 | 4 | Matthieu Herrb | h2. Infos |
59 | 4 | Matthieu Herrb | |
60 | 4 | Matthieu Herrb | <pre> |
61 | 4 | Matthieu Herrb | nexus# sh version |
62 | 4 | Matthieu Herrb | Cisco Nexus Operating System (NX-OS) Software |
63 | 4 | Matthieu Herrb | TAC support: http://www.cisco.com/tac |
64 | 4 | Matthieu Herrb | Copyright (C) 2002-2017, Cisco and/or its affiliates. |
65 | 4 | Matthieu Herrb | All rights reserved. |
66 | 4 | Matthieu Herrb | The copyrights to certain works contained in this software are |
67 | 4 | Matthieu Herrb | owned by other third parties and used and distributed under their own |
68 | 4 | Matthieu Herrb | licenses, such as open source. This software is provided "as is," and unless |
69 | 4 | Matthieu Herrb | otherwise stated, there is no warranty, express or implied, including but not |
70 | 4 | Matthieu Herrb | limited to warranties of merchantability and fitness for a particular purpose. |
71 | 4 | Matthieu Herrb | Certain components of this software are licensed under |
72 | 4 | Matthieu Herrb | the GNU General Public License (GPL) version 2.0 or |
73 | 4 | Matthieu Herrb | GNU General Public License (GPL) version 3.0 or the GNU |
74 | 4 | Matthieu Herrb | Lesser General Public License (LGPL) Version 2.1 or |
75 | 4 | Matthieu Herrb | Lesser General Public License (LGPL) Version 2.0. |
76 | 4 | Matthieu Herrb | A copy of each such license is available at |
77 | 4 | Matthieu Herrb | http://www.opensource.org/licenses/gpl-2.0.php and |
78 | 4 | Matthieu Herrb | http://opensource.org/licenses/gpl-3.0.html and |
79 | 4 | Matthieu Herrb | http://www.opensource.org/licenses/lgpl-2.1.php and |
80 | 4 | Matthieu Herrb | http://www.gnu.org/licenses/old-licenses/library.txt. |
81 | 4 | Matthieu Herrb | |
82 | 4 | Matthieu Herrb | Software |
83 | 4 | Matthieu Herrb | BIOS: version 4.0.0 |
84 | 4 | Matthieu Herrb | NXOS: version 7.0(3)I4(7) |
85 | 4 | Matthieu Herrb | BIOS compile time: 12/05/2016 |
86 | 4 | Matthieu Herrb | NXOS image file is: bootflash:///nxos.7.0.3.I4.7.bin |
87 | 4 | Matthieu Herrb | NXOS compile time: 6/28/2017 14:00:00 [06/28/2017 21:53:29] |
88 | 4 | Matthieu Herrb | |
89 | 4 | Matthieu Herrb | |
90 | 4 | Matthieu Herrb | Hardware |
91 | 4 | Matthieu Herrb | cisco Nexus3000 C3064PQ Chassis |
92 | 4 | Matthieu Herrb | Intel(R) Celeron(R) CPU P4505 @ 1.87GHz with 3903284 kB of memory. |
93 | 4 | Matthieu Herrb | Processor Board ID FOC17342TSZ |
94 | 4 | Matthieu Herrb | |
95 | 4 | Matthieu Herrb | Device name: nexus |
96 | 4 | Matthieu Herrb | bootflash: 1638000 kB |
97 | 4 | Matthieu Herrb | usb1: 0 kB (expansion flash) |
98 | 4 | Matthieu Herrb | |
99 | 4 | Matthieu Herrb | Kernel uptime is 0 day(s), 2 hour(s), 10 minute(s), 12 second(s) |
100 | 4 | Matthieu Herrb | |
101 | 4 | Matthieu Herrb | Last reset at 335975 usecs after Wed Feb 14 15:25:27 2018 |
102 | 4 | Matthieu Herrb | |
103 | 4 | Matthieu Herrb | Reason: Reset Requested by CLI command reload |
104 | 4 | Matthieu Herrb | System version: 7.0(3)I4(7) |
105 | 4 | Matthieu Herrb | Service: |
106 | 4 | Matthieu Herrb | |
107 | 4 | Matthieu Herrb | plugin |
108 | 4 | Matthieu Herrb | Core Plugin, Ethernet Plugin |
109 | 4 | Matthieu Herrb | |
110 | 4 | Matthieu Herrb | Active Package(s): |
111 | 4 | Matthieu Herrb | </pre> |