侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

Cisco 二层交换机基本配置

2023-03-15 星期三 / 0 评论 / 0 点赞 / 73 阅读 / 685 字

hostname 123enable secret 111!clock timezone beijing 8 0!vlan 65,95,163!interface range GigabitEther

.

hostname 123

enable secret 111
!
clock timezone beijing 8 0
!
vlan 65,95,163
!
interface range GigabitEthernet0/1-48
switchport access vlan 163
switchport mode access
switchport voice vlan 190
storm-control broadcast level pps 500 250
storm-control multicast level pps 500 250
storm-control action shutdown
spanning-tree portfast

interface GigabitEthernet0/1
switchport mode trunk

!
interface Vlan1
ip address 10.0.1.1 255.255.255.0
!
ip default-gateway 10.0.1.254

snmp-server community 123-snmp RW
!

line vty 0 4
password 23456
login
!
end
wr

.

广告 广告

评论区