informatique:extreme_networks
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:extreme_networks [2024/10/28 10:36] – [Management] DHCP client pteu | informatique:extreme_networks [2025/02/05 16:09] (current) – [Hardware] x695 pteu | ||
---|---|---|---|
Line 90: | Line 90: | ||
Dillinger Version: | Dillinger Version: | ||
- | # afficher | + | # x695 |
+ | Slot 1 Version Information: | ||
+ | Branch | ||
+ | Version: | ||
+ | Card type: X695-48Y-8C rev 0 | ||
+ | MAC--1: | ||
+ | Saved Chip Data: | ||
+ | CPU Core: | ||
+ | CPU Memory Size: 16384 MB | ||
+ | Alternate Bootrom Version: | ||
+ | Default Bootrom Version: | ||
+ | </ | ||
+ | |||
+ | Afficher | ||
+ | <code bash> | ||
debug hal show optic-info slot 1 port 52 | debug hal show optic-info slot 1 port 52 | ||
Line 125: | Line 139: | ||
<code bash> | <code bash> | ||
+ | # configurer l'IP du port de Management | ||
configure vlan Mgmt ipaddress 10.0.0.1 255.255.255.0 | configure vlan Mgmt ipaddress 10.0.0.1 255.255.255.0 | ||
- | |||
# configurer sa route par défaut | # configurer sa route par défaut | ||
configure iproute add default 10.0.0.254 vr VR-Mgmt | configure iproute add default 10.0.0.254 vr VR-Mgmt | ||
</ | </ | ||
+ | |||
+ | Parfois, ça bug et on ne peut toujours pas configurer d' | ||
+ | <code bash> | ||
+ | sh vlan | ||
+ | Untagged ports auto-move: Inform | ||
+ | ----------------------------------------------------------------------------------------------- | ||
+ | Name VID Protocol Addr | ||
+ | ----------------------------------------------------------------------------------------------- | ||
+ | Mgmt 4095 169.254.120.0 | ||
+ | ----------------------------------------------------------------------------------------------- | ||
+ | ! | ||
+ | disable dhcp vlan all | ||
+ | WARNING: VLAN " | ||
+ | ! | ||
+ | unconfigure vlan Mgmt ipaddress | ||
+ | Error: Dhcp/Bootp configured IP address cannot be removed on VLAN Mgmt | ||
+ | ! | ||
+ | conf vlan Mgmt ipaddress 10.0.0.1 255.255.0.0 | ||
+ | Error: DHCP/BOOTP is enabled on the VLAN | ||
+ | |||
+ | # contournement | ||
+ | enable dhcp vlan Mgmt | ||
+ | disable dhcp vlan Mgmt | ||
+ | unconf vlan Mgmt ipaddress | ||
+ | ! | ||
+ | conf vlan Mgmt ipaddress 10.0.0.1 255.255.0.0 | ||
+ | IP interface for VLAN Mgmt has been created. | ||
+ | </ | ||
+ | |||
Ce port est affecté au vlan Mgmt, lui-même attribué au VR-Mgmt. Cela signifie qu'il est indépendant de la configuration des autres ports et routes du switch, ce qui permet d' | Ce port est affecté au vlan Mgmt, lui-même attribué au VR-Mgmt. Cela signifie qu'il est indépendant de la configuration des autres ports et routes du switch, ce qui permet d' | ||
informatique/extreme_networks.1730111795.txt.gz · Last modified: 2024/10/28 10:36 by pteu