Difference between revisions of "Cisco Nexus"
From HackerNet
Helikopter (talk | contribs) m (→Konfiguration) |
Helikopter (talk | contribs) m (Alias) |
||
Line 9: | Line 9: | ||
* QinQ | * QinQ | ||
* CDP | * CDP | ||
− | |||
==Konfiguration== | ==Konfiguration== | ||
Line 44: | Line 43: | ||
show module | show module | ||
show system resources | show system resources | ||
+ | |||
+ | ==Alias== | ||
+ | cli alias name wr copy running-config startup-config | ||
+ | cli alias name changeto switchto vdc | ||
[[Category:Cisco]] | [[Category:Cisco]] |
Revision as of 09:01, 20 October 2015
Nexus-switchar är designade för data center. NX-OS kör en nedbantad variant av Linux 2.6 kernel. De går att konfigurera med CLI (SSH/console) eller XML baserat på NETCONF.
Contents
Fabric Extender
FEXar är remote linjekort man sprider ut för att få fördelar från både ToR-kabeldragning och EoR-management.
FEXar har INTE stöd för:
- STP, BPDUGuard enabled by default
- VTP
- QinQ
- CDP
Konfiguration
hostname Nexus-01 service password-encryption no ip domain-lookup user admin password bigdog role vdc-admin
interface mgmt0 ip address 10.0.0.10/24 exit vrf context management ip route 0.0.0.0/0 10.0.0.1
Slå på features efter behov
feature fex feature lacp feature vpc
cli alias name wr copy running-config startup-config
system default switchport shutdown
port-channel load-balance ethernet source-dest-port policy-map type network-qos JUMBO-MTU class type network-qos class-default mtu 9216 system qos service-policy type network-qos JUMBO-MTU
Integrated IDS
hardware ip verify
Show
show module show system resources
Alias
cli alias name wr copy running-config startup-config cli alias name changeto switchto vdc