nxos3: feature interface-vlan feature lacp feature vpc vlan 10 name VPC10 interface Vlan10 no shutdown no ip redirects ip address 10.0.0.3/24 no ipv6 redirects interface port-channel1 switchport mode trunk spanning-tree port type […]
1.安装mariaDB apt update apt install mariadb-server -y 2.创建数据库表与用户 mysql -u root -p CREATE DATABASE powerdns; GRANT ALL ON powerdns.* TO ‘powerdns’@’localhost’ IDENTIFIED BY ‘CHANGEME’; FLUSH PRIVILEGES; USE powerdns; CREATE TABLE d […]
最新评论