亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb

首頁 > 學院 > 網絡通信 > 正文

3550 学习

2019-11-05 01:19:33
字體:
來源:轉載
供稿:網友

  ?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


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb
国内精品一区二区三区四区| 成人网址在线观看| 在线播放国产一区二区三区| 国产精彩精品视频| 久久久久久美女| 国产精品人成电影| 国产美女91呻吟求| 日韩欧美国产视频| 欧美性受xxxx黑人猛交| 91精品国产自产在线| 成人网中文字幕| 国产日韩在线免费| 国产成人亚洲精品| 国产精品扒开腿做| 在线看欧美日韩| 亚洲欧美制服另类日韩| 高清日韩电视剧大全免费播放在线观看| 国产精品福利无圣光在线一区| 夜夜嗨av一区二区三区免费区| 在线视频一区二区| 亚洲va欧美va在线观看| 国产999在线观看| 青青草成人在线| 亚洲欧洲一区二区三区久久| 日韩网站免费观看| 国产精品视频xxx| 久久亚洲综合国产精品99麻豆精品福利| 国产在线98福利播放视频| 欧美视频二区36p| 欧洲精品毛片网站| 亚洲精品自拍偷拍| 九九久久精品一区| 欧美噜噜久久久xxx| 国产精品久久久久久av福利| 久久久久久高潮国产精品视| 欧美亚洲国产日韩2020| 久久久久久久999精品视频| 国产欧美精品xxxx另类| 久久亚洲综合国产精品99麻豆精品福利| 久久激情视频久久| 欧美性极品xxxx做受| 亚洲资源在线看| 欧美xxxx综合视频| 红桃视频成人在线观看| 亚洲大胆人体av| 综合av色偷偷网| 午夜欧美大片免费观看| 午夜精品福利电影| 亚洲人成自拍网站| 一本色道久久88亚洲综合88| 欧美丰满少妇xxxxx| 国产精品香蕉av| 久久久亚洲福利精品午夜| 精品亚洲永久免费精品| 欧美中文在线免费| 91av在线播放| 欧美视频第一页| 91sao在线观看国产| 精品美女国产在线| 欧美激情精品久久久| 日韩av中文字幕在线播放| 国产一区二区免费| 国产精品999| 久久久久久久久久久人体| 第一福利永久视频精品| 欧美高清性猛交| 欧美最顶级丰满的aⅴ艳星| 亚洲欧美一区二区三区久久| 色一情一乱一区二区| 中文字幕日韩精品在线观看| 国产亚洲精品久久久久久牛牛| 欧美日本国产在线| 亚洲视频在线播放| 成人国内精品久久久久一区| 久久精品国产久精国产一老狼| 在线日韩第一页| 亚洲bt欧美bt日本bt| 欧美精品电影在线| 日韩精品一区二区三区第95| 久久久国产视频91| 欧美午夜宅男影院在线观看| 亚洲性av在线| 亚洲视频精品在线| 国产精品久久77777| 欧美成年人视频网站| 亚洲国产古装精品网站| 国产这里只有精品| 欧美精品videos性欧美| 亲爱的老师9免费观看全集电视剧| 上原亚衣av一区二区三区| 91精品久久久久久久久久另类| 久久国产精品电影| 久久精品99国产精品酒店日本| 欧洲精品在线视频| 在线性视频日韩欧美| 欧美俄罗斯乱妇| 久久这里只有精品99| 欧美成年人视频网站| 国产精品高精视频免费| 欧美激情亚洲国产| 欧美影院成年免费版| 精品久久久国产精品999| 国产亚洲一区二区在线| 亚洲精品国产综合久久| 久久精品色欧美aⅴ一区二区| 91精品久久久久久| 欧美激情国内偷拍| 26uuu国产精品视频| 国产精品白丝av嫩草影院| 成人免费淫片视频软件| 亚洲欧美另类人妖| 国产精品一区二区三区在线播放| 国内精品久久久久久久久| 欧美精品九九久久| 欧美激情欧美激情| 亚洲欧美国产视频| 蜜臀久久99精品久久久久久宅男| 欧美xxxx做受欧美| 欧美国产亚洲精品久久久8v| 韩日精品中文字幕| 亚洲福利在线播放| 色综合久久88色综合天天看泰| 夜夜嗨av色一区二区不卡| 91av视频在线免费观看| 草民午夜欧美限制a级福利片| 久久久久久有精品国产| 日韩成人中文字幕| 日韩中文字幕精品视频| 国产精品久久久久久久久影视| 国产午夜精品一区理论片飘花| 亚洲美女自拍视频| 国产亚洲精品久久久优势| 日本高清+成人网在线观看| 在线不卡国产精品| 午夜精品一区二区三区在线| 日韩av日韩在线观看| 亚洲精品电影网在线观看| 成人免费自拍视频| 国产精品成人免费视频| 日韩欧美亚洲综合| 欧美多人爱爱视频网站| 精品偷拍各种wc美女嘘嘘| 91福利视频网| 日韩欧美主播在线| 国产精品精品视频| 久久精品小视频| 日韩一区二区欧美| 久久中文精品视频| 欧美乱妇高清无乱码| 美女扒开尿口让男人操亚洲视频网站| 国产日韩在线免费| 国产成人精品日本亚洲专区61| 欧美午夜精品久久久久久浪潮| 久久久中精品2020中文| 色多多国产成人永久免费网站| 久久香蕉频线观| 亚洲国产精品va在线| 精品一区二区三区四区在线| 欧美乱大交xxxxx另类电影| 欧美一区二区三区免费视| 日韩在线视频免费观看| 欧美性jizz18性欧美| 97精品视频在线播放| 日韩专区在线播放|