Monthly Archives: May 2020
Reset Cisco switch port/interface to default then apply vlan
Reset interface (port) to default
1
2
3
4
|
Switch> en
Switch# conf t
Switch(config)# default interface Gi1/0/1
Switch(config)# exit
|
Apply vlans to ranges or interfaces (ports)
1
2
3
4
5
6
7
8
|
Switch> en
Switch# conf t
Switch(config)# interface range gigabitEthernet 1/0/1-47
Switch(if–range)# switchport access vlan 100
Switch(if–range)# exit
Switch(config)# interface gigabitEthernet 1/0/48
Switch(interface)# switchport access vlan 200
Switch(interface)# exit
|
In that example ports 1-47 had a default vlan applied and port 48 had a management vlan applied.
สิทธิ์การใช้งาน Privilege level on Cisco
คำสั่ง Privilege ก็เป็นระดับที่ใช้สำหรับการกำหนดสิทธิในการเข้าใช้งานของแต่ละผู้ใช้ ว่าผู้ใช้ในแต่ละระดับนั้นสามารถที่จะใช้คำสั่งใดบนอุปกรณ์ได้บ้าง ซึ่งในการใช้งาน Cisco IOS Software โดยปกติจะมีโหมดในการทำงานอยู่สองระดับ คือ User Exec Mode กับ Privileged Exec Mode และสามารถที่จะกำหนดระดับการใช้งานของผู้ใช้ได้ถึง 16 ระดับ ตั้งแต่ระดับ 0 ซึ่งจะจำกัดการใช้งานไว้มากที่สุด จนถึงระดับ 15 ที่สามารถใช้งานได้ทุกอย่าง
โดย Default ระดับ Privilege level บนอุปกรณ์ Cisco IOS จะมีสิทธิการใช้งาน ดังนี้ Continue reading
SMTP Gmail สำคัญมาก ต้องเปิดการทำงานที่ Email allow less secured non-Google apps
At last change the setting in Google Account to allow less secured non-Google apps to use authentication to send emails via SMTP on your behalf.