1、設定交換機的管理ip為172.100.100.20/24 ,閘道器為172.100.100.1/24,管理vlan為600,允許telnet遠端登陸。
2、1口接專線使用者,使用者vlan是 100。24口為上聯口,允許通過vlan100, vlan600
=========================
1、答案:管理ip為172.100.100.20/24 管理vlan為600
這兩個其實乙個東西
switch#en
switch#vlan da
switch(vlan-config)#vlan 600 na guanli
switch(vlan-config)#vlan 100 na user(這裡為第2個需求做準備)
switch#(vlan-config)#exit
switch#conf t
switch(config)#int vlan 600
switch(if-config)#ip add 172.100.100.20 255.255.255.0
閘道器為172.100.100.1/24
switch(config)#ip default-gateway 172.100.100.1 255.255.255.0
允許telnet遠端登陸:
switch(config)#vty line 0 這裡打個問號,看看最大的那個數是多少.
switch(line)#password ccie
switch(line)#login
到這裡第乙個問題就解決了.
2、答案:
1口接專線使用者,使用者vlan是 100
switch(config)#int f0/1
switch(if-config)#sw mo acc
switch(if-config)#sw acc vlan 100
24口為上聯口,允許通過vlan100, vlan600
switch(config)#int f0/24
switch(if-config)#sw tr en dot1q(這裡還有其他的協議,如果不沒有dot1q,那就換成isl,3550應該是支援dot1q的)
switch(if-config)#sw mo tr
switch(if-config)#sw tr all vlan 100 , 600
到這裡就完成了所有需求。
乙個uwsgi配置示例
摘自 01 02python 03127.0.0.1 9001 04 05 06 07 08 094 108 111 122000 13512 14256 15192 16 17 18 uwsgi配置檔案中的引數也可以在命令列通過uwsgi指定,配置檔案除了xml格式外,還可以寫成ini格式的,軟體...
linux配置乙個nfs
自己掛載自己 先用ifconfig 檢視本機的ip位址 root localhost ifconfig lo link encap local loopback inet addr 127.0.0.1 mask 255.0.0.0 inet6 addr 1 128 scope host uploop...
乙個典型的集群配置
3 配置集群 乙個典型的集群配置 三颱機器a 172.16.7.110 b 172.16.7.119 c 172.16.7.911 機器a 包含兩個實際的server 乙個是管理伺服器admin 乙個是 伺服器proxy 機器b 包含兩個server 受控伺服器,node1 node2 機器c 同機...