3550 学习

Jun 07, 2016 pm 03:05 PM
amp

?Basics ip address ip-address subnet-mask ip default-gateway ip-address hostname string prompt string ?CDP Default CDP Configuration CDP global state Enabled CDP interface state Enabled CDP timer (packet update frequency) 60 seconds CDP ho


  ?Basics
  ip address ip-address subnet-mask
  
  ip default-gateway ip-address
  
  
  
  hostname string
  
  prompt string
  
  ?CDP
  Default CDP Configuration
  
  CDP global state Enabled
  
  CDP interface state Enabled
  
  CDP timer (packet update frequency) 60 seconds
  
  CDP holdtime (before discarding) 180 seconds
  
  CDP version-2 advertisements Enabled
  
  
  
  cdp timer seconds (Optional)
  
  Set the transmission frequency of CDP updates in seconds.
  
  The range is from 5 to 254; the default is 60 seconds.
  
  
  
  cdp holdtime seconds (Optional)
  
  Specify the amount of time a receiving device should hold the information sent by
  
  your device before discarding it.
  
  The range is from 10 to 255 seconds; the default is 180 seconds.
  
  
  
  cdp advertise-v2 (Optional)
  
  Configure CDP to send version-2 advertisements. This is the default state.
  
  ?DNS
  ip name-server server-address1
  
  ip domain-name name
  
  ip domain-lookup
  
  ?SNMP
  snmp-server host host-addr {traps | informs} {version {1 | 2c}} community-string notification-type
  
  recipient of the trap message.
  
  
  
  snmp-server enable traps mac-notification
  
  send MAC address traps to
  
  
  
  snmp-server enable traps mac-notification
  
  Enable the switch to send MAC address traps
  
  
  
  mac-address-table notification
  
  Enable the MAC address notification feature.
  
  
  
  mac-address-table notification [interval value] | [history-size value]
  
  Enter the trap interval time and the history table size.
  
  
  
  snmp trap mac-notification {added | removed}
  
  Enable the MAC address notification trap.
  
  
  
  Switch(config)# snmp-server host 172.20.10.10 traps private
  
  Switch(config)# snmp-server enable traps mac-notification
  
  Switch(config)# mac-address-table notification
  
  Switch(config)# mac-address-table notification interval 60
  
  Switch(config)# mac-address-table notification history-size 100
  
  Switch(config)# interface fastethernet0/4
  
  Switch(config-if)# snmp trap mac-notification added
  
  
  
  mac-address-table static mac-addr vlan vlan-id interface interface-id
  
  Add a static address to the MAC address table.
  
  
  
  show mac-address-table address
  
  Displays MAC address table information for the specified MAC address.
  
  
  
  show mac-address-table aging-time
  
  Displays the aging time in all VLANs or the specified VLAN.
  
  
  
  show mac-address-table count
  
  Displays the number of addresses present in all VLANs or the specified VLAN.
  
  
  
  show mac-address-table dynamic
  
  Displays dynamic MAC address table entries only.
  
  
  
  show mac-address-table interface
  
  Displays the MAC address table information for the specified interface.
  
  
  
  show mac-address-table multicast
  
  Displays the Layer 2 multicast entries for all VLANs or the specified VLAN.
  
  
  
  show mac-address-table static
  
  Displays static MAC address table entries only.
  
  
  
  show mac-address-table vlan
  
  Displays the MAC address table information for the specified VLAN.
  
  
  
  snmp-server community private RW
  
  snmp-server community public RO
  
  snmp-server community private@es0 RW
  
  snmp-server community public@es0 RO
  
  snmp-server chassis-id 0x12
  
  ?NTP
  Configure the switch to synchronize only to devices providing authentication key 42
  
  in the device? NTP packets:
  
  Switch(config)# ntp authenticate
  
  Switch(config)# ntp authentication-key 42 md5 aNiceKey
  
  Switch(config)# ntp trusted-key 42
  
  
  
  An NTP association can be a peer association (this switch can either synchronize to
  
  the other device or allow the other device to synchronize to it), or it can be a
  
  server association (meaning that only this switch synchronizes to the other device,
  
  and not the other way around).
  
  
  
  ntp peer ip-address [version number] [key keyid] [source interface] [prefer]
  
  ntp server ip-address [version number] [key keyid] [source interface] [prefer]
  
  
  
  ntp broadcast client
  
  ntp broadcastdelay microseconds
  
  ntp broadcast [version number] [key keyid] [destination-address]
  
  
  
  ntp access-group {query-only | serve-only | serve | peer} access-list-number
  
  
  
  NTP services are enabled on all interfaces by default.
  
  ntp disable
  
  ntp source type number
  
  ?SDM
  By using Switch Database Management (SDM) templates, you can configure memory
  
  resources in the switch to optimize support for specific features, depending on how
  
  the switch is used in your network.
  
  
  
  The four templates prioritize system memory to optimize support for these types of features:
  
  
  
  ?QoS and security ACEs?he access template might typically be used in an access switch at the network edge where the route table sizes might not be substantial. Filtering and QoS might be more important because an access
  
  switch is the entry to the whole network.
  
  
  
  ?Routing?he routing template maximizes system resources for unicast routing,
  
  typically required for a router or aggregator in the center of a network.
  
  
  
  ?VLANs?he VLAN template disables routing and supports the maximum number of
  
  unicast MAC addresses. It would typically be selected for a Catalyst 3550
  
  used as a Layer 2 switch.
  
  
  
  ?Default?he default template gives balance to all functionalities (QoS, ACLs,
  
  unicast routing, multicast routing, VLANs and MAC addresses).
  
  
  
  sdm prefer {access | routing | vlan}
  
  1.1. Vlan's
  ?Normal VLAN's
  To configure normal-range VLANs (VLAN IDs 1 to 1005), use the vlan vlan-id global
  
  configuration command to enter config-vlan mode or the vlan database
  
  privileged EXEC command to enter VLAN configuration mode.
  
  
  
  Add ports to a VLAN by using the switchport interface configuration commands:
  
  
  
  Normal-range VLANs are identified with a number between 1 and 1001.
  
  
  
  vlan database
  
  vlan vlan-id name vlan-name
  
  
  
  Assign a port to a VLAN in the VLAN
  
  interface interface-id
  
  switchport mode access
  
  switchport access vlan vlan-id
  
  ?Extended VLAN's
  The VLAN configurations for VLAN IDs 1 to 1005 are saved in the VLAN database.
  
  To configure extended-range VLANs (VLAN IDs 1006 to 4094), you must use config-vlan
  
  mode with V

본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

Video Face Swap

Video Face Swap

완전히 무료인 AI 얼굴 교환 도구를 사용하여 모든 비디오의 얼굴을 쉽게 바꾸세요!

뜨거운 도구

메모장++7.3.1

메모장++7.3.1

사용하기 쉬운 무료 코드 편집기

SublimeText3 중국어 버전

SublimeText3 중국어 버전

중국어 버전, 사용하기 매우 쉽습니다.

스튜디오 13.0.1 보내기

스튜디오 13.0.1 보내기

강력한 PHP 통합 개발 환경

드림위버 CS6

드림위버 CS6

시각적 웹 개발 도구

SublimeText3 Mac 버전

SublimeText3 Mac 버전

신 수준의 코드 편집 소프트웨어(SublimeText3)

MySQL에서 인덱스를 사용하는 것보다 전체 테이블 스캔이 더 빠를 수 있습니까? MySQL에서 인덱스를 사용하는 것보다 전체 테이블 스캔이 더 빠를 수 있습니까? Apr 09, 2025 am 12:05 AM

전체 테이블 스캔은 MySQL에서 인덱스를 사용하는 것보다 빠를 수 있습니다. 특정 사례는 다음과 같습니다. 1) 데이터 볼륨은 작습니다. 2) 쿼리가 많은 양의 데이터를 반환 할 때; 3) 인덱스 열이 매우 선택적이지 않은 경우; 4) 복잡한 쿼리시. 쿼리 계획을 분석하고 인덱스 최적화, 과도한 인덱스를 피하고 정기적으로 테이블을 유지 관리하면 실제 응용 프로그램에서 최상의 선택을 할 수 있습니다.

InnoDB 전체 텍스트 검색 기능을 설명하십시오. InnoDB 전체 텍스트 검색 기능을 설명하십시오. Apr 02, 2025 pm 06:09 PM

InnoDB의 전체 텍스트 검색 기능은 매우 강력하여 데이터베이스 쿼리 효율성과 대량의 텍스트 데이터를 처리 할 수있는 능력을 크게 향상시킬 수 있습니다. 1) InnoDB는 기본 및 고급 검색 쿼리를 지원하는 역 색인화를 통해 전체 텍스트 검색을 구현합니다. 2) 매치 및 키워드를 사용하여 검색, 부울 모드 및 문구 검색을 지원합니다. 3) 최적화 방법에는 워드 세분화 기술 사용, 인덱스의 주기적 재건 및 캐시 크기 조정, 성능과 정확도를 향상시키는 것이 포함됩니다.

Windows 7에 MySQL을 설치할 수 있습니까? Windows 7에 MySQL을 설치할 수 있습니까? Apr 08, 2025 pm 03:21 PM

예, MySQL은 Windows 7에 설치 될 수 있으며 Microsoft는 Windows 7 지원을 중단했지만 MySQL은 여전히 ​​호환됩니다. 그러나 설치 프로세스 중에 다음 지점이 표시되어야합니다. Windows 용 MySQL 설치 프로그램을 다운로드하십시오. MySQL의 적절한 버전 (커뮤니티 또는 기업)을 선택하십시오. 설치 프로세스 중에 적절한 설치 디렉토리 및 문자를 선택하십시오. 루트 사용자 비밀번호를 설정하고 올바르게 유지하십시오. 테스트를 위해 데이터베이스에 연결하십시오. Windows 7의 호환성 및 보안 문제에 주목하고 지원되는 운영 체제로 업그레이드하는 것이 좋습니다.

InnoDB에서 클러스터 된 인덱스와 비 클러스터 된 인덱스 (2 차 지수)의 차이. InnoDB에서 클러스터 된 인덱스와 비 클러스터 된 인덱스 (2 차 지수)의 차이. Apr 02, 2025 pm 06:25 PM

클러스터 인덱스와 비 클러스터 인덱스의 차이점은 1. 클러스터 된 인덱스는 인덱스 구조에 데이터 행을 저장하며, 이는 기본 키 및 범위별로 쿼리에 적합합니다. 2. 클러스터되지 않은 인덱스는 인덱스 키 값과 포인터를 데이터 행으로 저장하며 비 예산 키 열 쿼리에 적합합니다.

MySQL : 쉽게 학습하기위한 간단한 개념 MySQL : 쉽게 학습하기위한 간단한 개념 Apr 10, 2025 am 09:29 AM

MySQL은 오픈 소스 관계형 데이터베이스 관리 시스템입니다. 1) 데이터베이스 및 테이블 작성 : CreateAbase 및 CreateTable 명령을 사용하십시오. 2) 기본 작업 : 삽입, 업데이트, 삭제 및 선택. 3) 고급 운영 : 가입, 하위 쿼리 및 거래 처리. 4) 디버깅 기술 : 확인, 데이터 유형 및 권한을 확인하십시오. 5) 최적화 제안 : 인덱스 사용, 선택을 피하고 거래를 사용하십시오.

MySQL 사용자와 데이터베이스의 관계 MySQL 사용자와 데이터베이스의 관계 Apr 08, 2025 pm 07:15 PM

MySQL 데이터베이스에서 사용자와 데이터베이스 간의 관계는 권한과 테이블로 정의됩니다. 사용자는 데이터베이스에 액세스 할 수있는 사용자 이름과 비밀번호가 있습니다. 권한은 보조금 명령을 통해 부여되며 테이블은 Create Table 명령에 의해 생성됩니다. 사용자와 데이터베이스 간의 관계를 설정하려면 데이터베이스를 작성하고 사용자를 생성 한 다음 권한을 부여해야합니다.

MySQL과 Mariadb가 공존 할 수 있습니다 MySQL과 Mariadb가 공존 할 수 있습니다 Apr 08, 2025 pm 02:27 PM

MySQL 및 MariaDB는 공존 할 수 있지만주의해서 구성해야합니다. 열쇠는 각 데이터베이스에 다른 포트 번호와 데이터 디렉토리를 할당하고 메모리 할당 및 캐시 크기와 같은 매개 변수를 조정하는 것입니다. 연결 풀링, 애플리케이션 구성 및 버전 차이도 고려해야하며 함정을 피하기 위해 신중하게 테스트하고 계획해야합니다. 두 개의 데이터베이스를 동시에 실행하면 리소스가 제한되는 상황에서 성능 문제가 발생할 수 있습니다.

다양한 유형의 MySQL 인덱스 (B-Tree, Hash, Full-Text, Spatial)를 설명하십시오. 다양한 유형의 MySQL 인덱스 (B-Tree, Hash, Full-Text, Spatial)를 설명하십시오. Apr 02, 2025 pm 07:05 PM

MySQL은 B-Tree, Hash, Full-Text 및 Spatial의 4 가지 인덱스 유형을 지원합니다. 1.B- 트리 색인은 동일한 값 검색, 범위 쿼리 및 정렬에 적합합니다. 2. 해시 인덱스는 동일한 값 검색에 적합하지만 범위 쿼리 및 정렬을 지원하지 않습니다. 3. 전체 텍스트 색인은 전체 텍스트 검색에 사용되며 다량의 텍스트 데이터를 처리하는 데 적합합니다. 4. 공간 지수는 지리 공간 데이터 쿼리에 사용되며 GIS 응용 프로그램에 적합합니다.

See all articles