当前位置: 首页 > wzjs >正文

做网站有兼职的吗上海百度推广电话客服

做网站有兼职的吗,上海百度推广电话客服,无锡网站建设培训学校,中国乐清网app1. 在小型园区中,S5735-L-V2通常部署在网络的接入层,S8700-4通常部署在网络的核心,出口路由器一般选用AR系列路由器。 2. 接入交换机与核心交换机通过Eth-Trunk组网保证可靠性。 3. 每个部门业务划分到一个VLAN中,部门间的业务在C…

1. 在小型园区中,S5735-L-V2通常部署在网络的接入层,S8700-4通常部署在网络的核心,出口路由器一般选用AR系列路由器。
2. 接入交换机与核心交换机通过Eth-Trunk组网保证可靠性。
3. 每个部门业务划分到一个VLAN中,部门间的业务在CORE上通过VLANIF三层互通。
4. 核心交换机作为DHCP Server,为园区用户分配IP地址。
5. 接入交换机上配置DHCP Snooping功能,防止内网用户私接小路由器分配IP地址;同时配置IPSG功能,防止内网用户私自更改IP地址。
 ACC0的配置

#
sysname ACC1
#dhcp enable
#dhcp snooping enable
#vlan batch 10
#
#配置BPDU保护功能,加强网络的稳定性。
stp bpdu-protection
##
vlan 10description ithipv4 source check user-bind enable
#
interface Vlanif10
#
interface MEth0/0/0
#
interface Eth-Trunk1port link-type trunkport trunk allow-pass vlan 10mode lacp-staticdhcp snooping enabledhcp snooping trusted
#
interface GE1/0/1eth-trunk 1
#
interface GE1/0/2eth-trunk 1
#
interface GE1/0/3
#
interface GE1/0/4
#
interface GE1/0/5port default vlan 10stp edged-port enabledhcp snooping enable
#
interface GE1/0/6port default vlan 10stp edged-port enabledhcp snooping enable
#
interface GE1/0/7port default vlan 10stp edged-port enabledhcp snooping enable
#
interface GE1/0/8
#
interface GE1/0/9
#
interface GE1/0/10
#
ACC2的配置

#
sysname ACC2
#
dhcp enable#
dhcp snooping enable#
vlan batch 20
#配置BPDU保护功能,加强网络的稳定性。
stp bpdu-protection#
vlan 20ipv4 source check user-bind enable
##
interface Vlanif20#
interface GE1/0/3eth-trunk 2
#
interface GE1/0/4eth-trunk 2
#
interface GE1/0/5port default vlan 20stp edged-port enabledhcp snooping enable
#
interface GE1/0/6port default vlan 20stp edged-port enabledhcp snooping enable
#
interface GE1/0/7port default vlan 20stp edged-port enabledhcp snooping enable
CORE配置

#
sysname CORE#
dhcp enable
#
ip pool 10network 10.10.10.0 mask 255.255.255.0gateway-list 10.10.10.1 
#
ip pool 20network 10.10.20.0 mask 255.255.255.0gateway-list 10.10.20.1 
##
vlan batch 5 10 20 100
#
telnet server enabletelnet server-source -i Vlanif5#
vlan 5management-vlan
#
aaaauthentication-scheme defaultauthentication-mode localauthorization-scheme defaultauthorization-mode localaccounting-scheme defaultaccounting-mode nonelocal-aaa-user password policy administratordomain defaultauthentication-scheme defaultaccounting-scheme defaultdomain default_adminauthentication-scheme defaultaccounting-scheme defaultlocal-user admin1 password irreversible-cipher $1d$Vy0gSYg@]QV-aiF>$;6vcY2EqR~kkz3Jxzq%9sxU;/pWK!XDx]`IZiF5F$local-user admin1 privilege level 3local-user admin1 service-type ssh telnet
#
license
#
interface Vlanif5ip address 10.10.1.1 255.255.255.0
#
interface Vlanif10ip address 10.10.10.1 255.255.255.0dhcp select global
#
interface Vlanif20ip address 10.10.20.1 255.255.255.0dhcp select global
#
interface Vlanif100ip address 10.10.100.1 255.255.255.0
#interface Eth-Trunk1port link-type trunkundo port trunk allow-pass vlan 1port trunk allow-pass vlan 10mode lacp-static
#
interface Eth-Trunk2port link-type trunkundo port trunk allow-pass vlan 1port trunk allow-pass vlan 20
#
interface GE1/0/1eth-trunk 1
#
interface GE1/0/2eth-trunk 1
#
interface GE1/0/3eth-trunk 2
#
interface GE1/0/4eth-trunk 2
#
interface GE1/0/8port link-type trunkport trunk pvid vlan 5port trunk allow-pass vlan 5
#
interface GE1/0/9
#
interface GE1/0/10port default vlan 100
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 10.10.100.2
## config ssh user admin1 配置
stelnet server enable
ssh user admin1
ssh user admin1 authentication-type password
ssh user admin1 service-type stelnet
ssh server-source all-interface
undo ssh ipv6 server-source all-interface
ssh authorization-type default aaa
#
ssh server cipher aes256_gcm aes128_gcm aes256_ctr aes192_ctr aes128_ctr
ssh server hmac sha2_512 sha2_256
ssh server key-exchange dh_group_exchange_sha256 dh_group16_sha512
#
ssh server publickey rsa_sha2_256 rsa_sha2_512
#
ssh server dh-exchange min-len 3072
#
ssh client publickey rsa_sha2_256 rsa_sha2_512
#
ssh client cipher aes256_gcm aes128_gcm aes256_ctr aes192_ctr aes128_ctr
ssh client hmac sha2_512 sha2_256
ssh client key-exchange dh_group_exchange_sha256 dh_group16_sha512 curve25519_sha256
#到这里结束
#
user-interface con 0authentication-mode passwordset authentication password cipher $1d$$%Q-7@{kt8aM'W#b$]ei;G"qJ$8(i,CE0If-F:UGSE+apw6l%Bv2Ped}K$
# ssh and telnet user-interface config
user-interface vty 0 4authentication-mode aaaidle-timeout 5 0protocol inbound ssh telnet
 router配置

#
sysname Router
##
acl number 2000rule 5 permit source 10.10.10.0 0.0.0.255rule 10 permit source 10.10.20.0 0.0.0.255rule 15 permit source 10.10.100.0 0.0.0.255#
interface Ethernet3/0/0undo shutdownip address 10.10.100.2 255.255.255.0
#
interface Ethernet3/0/1undo shutdownip address 1.1.1.2 255.255.255.252
#
ip route-static 0.0.0.0 0.0.0.0 1.1.1.1
ip route-static 10.10.10.0 255.255.255.0 10.10.100.1
ip route-static 10.10.20.0 255.255.255.0 10.10.100.1
#
dns resolve
dns server 114.114.114.114

 

http://www.dtcms.com/wzjs/175569.html

相关文章:

  • 网站浮窗代码什么是seo标题优化
  • 网站建站模版优化落实疫情防控新十条
  • 在线客服系统价格企业seo优化服务
  • 做网站必看的外国书籍中国新冠疫情最新消息
  • 虚拟主机网站建设步骤代码编程教学入门
  • 班级网站模板下载制作一个简单的网站
  • cpa广告联盟网站建设教程优化公司排名
  • 做教育网站需要规划哪些内容搜索引擎优化培训中心
  • 多个网站优化怎么做被公司优化掉是什么意思
  • 洛阳市宜阳建设局网站最全bt磁力搜索引擎索引
  • 天猫做网站完整的网页设计代码
  • 双语 网站 数据怎么做百度网站安全检测
  • 做网站的 书籍深圳seo优化方案
  • 担保公司网站模板贵阳百度快照优化排名
  • 临沂网站开发技术员品牌策划方案案例
  • 做网站被骗该咋样做seo排名工具哪个好
  • 网站建设幻灯片背景图片素材百度云登录
  • 用u盘做网站济南网站推广优化
  • 合肥做网站建设公司北京网站排名推广
  • 北京做网站的网络公司seo查询系统
  • 桂城网站制作公司网络营销策划书1000字
  • 静态网站怎么制作外贸seo推广招聘
  • 库尔勒网站建设公司百度推广客服投诉电话
  • 网站对公司的作用是什么意思windows优化大师软件介绍
  • 穆棱市住房和城乡建设局网站大数据是干什么的
  • 云南网站建设一条龙seo高端培训
  • 北京模板建站代理有什么平台可以发广告
  • 遵义做网站的公司怎么自己创建网址
  • 我是做性视频网站网址导航浏览器下载
  • 深圳网站建设哪个指数分布的分布函数