NXOS » Historique » Version 9
Laurent GUERBY, 15/02/2018 17:02
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 | 9 | Laurent GUERBY | * n3064a Adresse: 192.168.129.46 |
8 | 9 | Laurent GUERBY | |
9 | 9 | Laurent GUERBY | <pre> |
10 | 9 | Laurent GUERBY | interface mgmt0 |
11 | 9 | Laurent GUERBY | vrf member management |
12 | 9 | Laurent GUERBY | ip address 192.168.129.46/24 |
13 | 9 | Laurent GUERBY | |
14 | 9 | Laurent GUERBY | </pre> |
15 | 1 | Matthieu Herrb | |
16 | 1 | Matthieu Herrb | h2. Commandes |
17 | 1 | Matthieu Herrb | |
18 | 1 | Matthieu Herrb | h3. Sauvegarde config |
19 | 1 | Matthieu Herrb | |
20 | 1 | Matthieu Herrb | <pre> |
21 | 1 | Matthieu Herrb | nexus# copy run start |
22 | 1 | Matthieu Herrb | </pre> |
23 | 1 | Matthieu Herrb | |
24 | 1 | Matthieu Herrb | Copie via scp |
25 | 1 | Matthieu Herrb | |
26 | 1 | Matthieu Herrb | <pre> |
27 | 1 | Matthieu Herrb | nexus# copy run scp://matthieu@192.168.129.1/ |
28 | 1 | Matthieu Herrb | </pre> |
29 | 1 | Matthieu Herrb | |
30 | 1 | Matthieu Herrb | h3. Config interface |
31 | 1 | Matthieu Herrb | |
32 | 1 | Matthieu Herrb | <pre> |
33 | 1 | Matthieu Herrb | nexus# conf t |
34 | 1 | Matthieu Herrb | nexus(config)# interface ethernet 1/3 |
35 | 1 | Matthieu Herrb | nexus(config-if)# switchport mode trunk |
36 | 1 | Matthieu Herrb | nexus(config-if)# exit |
37 | 1 | Matthieu Herrb | nexus(config)# exit |
38 | 1 | Matthieu Herrb | nexus# |
39 | 1 | Matthieu Herrb | </pre> |
40 | 1 | Matthieu Herrb | |
41 | 1 | Matthieu Herrb | pour un vlan non taggé |
42 | 1 | Matthieu Herrb | <pre> |
43 | 1 | Matthieu Herrb | nexus(config-if)# switchport access vlan 3131 |
44 | 1 | Matthieu Herrb | </pre> |
45 | 1 | Matthieu Herrb | |
46 | 2 | Matthieu Herrb | h3. Etat des interfaces |
47 | 3 | Matthieu Herrb | |
48 | 1 | Matthieu Herrb | <pre> |
49 | 1 | Matthieu Herrb | nexus# sh int status |
50 | 1 | Matthieu Herrb | nexus# sh int transceiver |
51 | 1 | Matthieu Herrb | nexus# sh int ethernet 1/1 |
52 | 1 | Matthieu Herrb | </pre> |
53 | 1 | Matthieu Herrb | </pre> |
54 | 2 | Matthieu Herrb | |
55 | 1 | Matthieu Herrb | h3. Boot |
56 | 1 | Matthieu Herrb | |
57 | 1 | Matthieu Herrb | <pre> |
58 | 1 | Matthieu Herrb | nexus# conf t |
59 | 1 | Matthieu Herrb | nexus(config)# boot nxos bootflash:/nxos.7.0.3.I4.7.bin |
60 | 1 | Matthieu Herrb | nexus(config)# boot order bootflash |
61 | 1 | Matthieu Herrb | nexus(config)# exit |
62 | 1 | Matthieu Herrb | nexus# |
63 | 4 | Matthieu Herrb | </pre> |
64 | 4 | Matthieu Herrb | |
65 | 8 | Laurent GUERBY | h3. Misc |
66 | 8 | Laurent GUERBY | |
67 | 8 | Laurent GUERBY | <pre> |
68 | 8 | Laurent GUERBY | service unsupported-transceiver |
69 | 8 | Laurent GUERBY | no password strength-check |
70 | 8 | Laurent GUERBY | |
71 | 8 | Laurent GUERBY | # TODO verifier |
72 | 8 | Laurent GUERBY | conf t |
73 | 8 | Laurent GUERBY | int eth1/4 |
74 | 8 | Laurent GUERBY | switchport trunk allowed vlan xxx |
75 | 8 | Laurent GUERBY | switchport trunk native vlan nnn |
76 | 8 | Laurent GUERBY | </pre> |
77 | 8 | Laurent GUERBY | |
78 | 4 | Matthieu Herrb | h2. Infos |
79 | 4 | Matthieu Herrb | |
80 | 4 | Matthieu Herrb | <pre> |
81 | 4 | Matthieu Herrb | nexus# sh version |
82 | 4 | Matthieu Herrb | Cisco Nexus Operating System (NX-OS) Software |
83 | 4 | Matthieu Herrb | TAC support: http://www.cisco.com/tac |
84 | 4 | Matthieu Herrb | Copyright (C) 2002-2017, Cisco and/or its affiliates. |
85 | 4 | Matthieu Herrb | All rights reserved. |
86 | 4 | Matthieu Herrb | The copyrights to certain works contained in this software are |
87 | 4 | Matthieu Herrb | owned by other third parties and used and distributed under their own |
88 | 4 | Matthieu Herrb | licenses, such as open source. This software is provided "as is," and unless |
89 | 4 | Matthieu Herrb | otherwise stated, there is no warranty, express or implied, including but not |
90 | 4 | Matthieu Herrb | limited to warranties of merchantability and fitness for a particular purpose. |
91 | 4 | Matthieu Herrb | Certain components of this software are licensed under |
92 | 4 | Matthieu Herrb | the GNU General Public License (GPL) version 2.0 or |
93 | 4 | Matthieu Herrb | GNU General Public License (GPL) version 3.0 or the GNU |
94 | 4 | Matthieu Herrb | Lesser General Public License (LGPL) Version 2.1 or |
95 | 4 | Matthieu Herrb | Lesser General Public License (LGPL) Version 2.0. |
96 | 4 | Matthieu Herrb | A copy of each such license is available at |
97 | 4 | Matthieu Herrb | http://www.opensource.org/licenses/gpl-2.0.php and |
98 | 4 | Matthieu Herrb | http://opensource.org/licenses/gpl-3.0.html and |
99 | 4 | Matthieu Herrb | http://www.opensource.org/licenses/lgpl-2.1.php and |
100 | 4 | Matthieu Herrb | http://www.gnu.org/licenses/old-licenses/library.txt. |
101 | 4 | Matthieu Herrb | |
102 | 4 | Matthieu Herrb | Software |
103 | 4 | Matthieu Herrb | BIOS: version 4.0.0 |
104 | 4 | Matthieu Herrb | NXOS: version 7.0(3)I4(7) |
105 | 4 | Matthieu Herrb | BIOS compile time: 12/05/2016 |
106 | 4 | Matthieu Herrb | NXOS image file is: bootflash:///nxos.7.0.3.I4.7.bin |
107 | 4 | Matthieu Herrb | NXOS compile time: 6/28/2017 14:00:00 [06/28/2017 21:53:29] |
108 | 4 | Matthieu Herrb | |
109 | 4 | Matthieu Herrb | |
110 | 4 | Matthieu Herrb | Hardware |
111 | 4 | Matthieu Herrb | cisco Nexus3000 C3064PQ Chassis |
112 | 4 | Matthieu Herrb | Intel(R) Celeron(R) CPU P4505 @ 1.87GHz with 3903284 kB of memory. |
113 | 4 | Matthieu Herrb | Processor Board ID FOC17342TSZ |
114 | 4 | Matthieu Herrb | |
115 | 4 | Matthieu Herrb | Device name: nexus |
116 | 4 | Matthieu Herrb | bootflash: 1638000 kB |
117 | 4 | Matthieu Herrb | usb1: 0 kB (expansion flash) |
118 | 4 | Matthieu Herrb | |
119 | 4 | Matthieu Herrb | Kernel uptime is 0 day(s), 2 hour(s), 10 minute(s), 12 second(s) |
120 | 4 | Matthieu Herrb | |
121 | 4 | Matthieu Herrb | Last reset at 335975 usecs after Wed Feb 14 15:25:27 2018 |
122 | 4 | Matthieu Herrb | |
123 | 4 | Matthieu Herrb | Reason: Reset Requested by CLI command reload |
124 | 4 | Matthieu Herrb | System version: 7.0(3)I4(7) |
125 | 4 | Matthieu Herrb | Service: |
126 | 4 | Matthieu Herrb | |
127 | 4 | Matthieu Herrb | plugin |
128 | 4 | Matthieu Herrb | Core Plugin, Ethernet Plugin |
129 | 4 | Matthieu Herrb | |
130 | 4 | Matthieu Herrb | Active Package(s): |
131 | 5 | Matthieu Herrb | |
132 | 5 | Matthieu Herrb | nexus# sh inventory |
133 | 5 | Matthieu Herrb | NAME: "Chassis", DESCR: "Nexus3000 C3064PQ Chassis" |
134 | 5 | Matthieu Herrb | PID: N3K-C3064PQ-10GX , VID: V01 , SN: FOC1734R15F |
135 | 5 | Matthieu Herrb | |
136 | 5 | Matthieu Herrb | NAME: "Slot 1", DESCR: "48x10GE + 4x40G Supervisor" |
137 | 5 | Matthieu Herrb | PID: N3K-C3064PQ-10GX , VID: V01 , SN: FOC17342TSZ |
138 | 5 | Matthieu Herrb | |
139 | 5 | Matthieu Herrb | NAME: "Power Supply 1", DESCR: "Nexus3000 C3064PQ Chassis Power Supply" |
140 | 5 | Matthieu Herrb | PID: N2200-PAC-400W , VID: V04 , SN: DTN1733P0VH |
141 | 5 | Matthieu Herrb | |
142 | 5 | Matthieu Herrb | NAME: "Power Supply 2", DESCR: "Nexus3000 C3064PQ Chassis Power Supply" |
143 | 5 | Matthieu Herrb | PID: N2200-PAC-400W , VID: V04 , SN: DTN1733P0UK |
144 | 5 | Matthieu Herrb | |
145 | 5 | Matthieu Herrb | NAME: "Fan 1", DESCR: "Nexus3000 C3064PQ Chassis Fan Module" |
146 | 5 | Matthieu Herrb | PID: N3K-C3064-FAN-F , VID: V00 , SN: N/A |
147 | 5 | Matthieu Herrb | |
148 | 5 | Matthieu Herrb | nexus# sh license |
149 | 5 | Matthieu Herrb | license_FOC1734R15F_12_1.lic: |
150 | 5 | Matthieu Herrb | SERVER this_host ANY |
151 | 5 | Matthieu Herrb | VENDOR cisco |
152 | 5 | Matthieu Herrb | FEATURE LAN_BASE_SERVICES_PKG cisco 1.0 permanent uncounted \ |
153 | 5 | Matthieu Herrb | VENDOR_STRING=<LIC_SOURCE>NEXUS_PRODUCTION</LIC_SOURCE><SKU>N3K-BAS1K9</SKU> \ |
154 | 5 | Matthieu Herrb | HOSTID=VDH=FOC1734R15F \ |
155 | 5 | Matthieu Herrb | NOTICE=<LicFileID>20131030222602000</LicFileID><LicLineID>1</LicLineID><PAK>N3K-C3064PQ-10GXFOC1734R15F</PAK> \ |
156 | 5 | Matthieu Herrb | SIGN=BBF8EBE2F7B6 |
157 | 5 | Matthieu Herrb | FEATURE LAN_ENTERPRISE_SERVICES_PKG cisco 1.0 permanent uncounted \ |
158 | 5 | Matthieu Herrb | VENDOR_STRING=<LIC_SOURCE>NEXUS_PRODUCTION</LIC_SOURCE><SKU>N3K-LAN1K9</SKU> \ |
159 | 5 | Matthieu Herrb | HOSTID=VDH=FOC1734R15F \ |
160 | 5 | Matthieu Herrb | NOTICE=<LicFileID>20131030222602000</LicFileID><LicLineID>2</LicLineID><PAK>N3K-C3064PQ-10GXFOC1734R15F</PAK> \ |
161 | 5 | Matthieu Herrb | SIGN=FF75EB18A86E |
162 | 5 | Matthieu Herrb | |
163 | 4 | Matthieu Herrb | </pre> |
164 | 6 | Laurent GUERBY | |
165 | 7 | Laurent GUERBY | h2. Consommation |
166 | 6 | Laurent GUERBY | |
167 | 6 | Laurent GUERBY | 77 Watt, cos phi 0.92, pas de pic pendant le boot |