diff options
| author | songyanchao <[email protected]> | 2022-09-12 23:39:27 -0400 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2022-09-12 23:39:27 -0400 |
| commit | 2935864643f808e2efe6a281239faab9640bce08 (patch) | |
| tree | 60c5a47c9a07db4c7b2ae8327f08d51852adabe2 | |
| parent | 7c835e149d878223d6a3607702525fed2987a1c1 (diff) | |
🐞 fix: 修改smbio配置文件1/0/7网卡配置错误问题
修改smbio配置文件1/0/7网卡配置错误问题
| -rw-r--r-- | OS3300/config_file/smbio-cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OS3300/config_file/smbio-cfg b/OS3300/config_file/smbio-cfg index 78936fd..8b2ab7c 100644 --- a/OS3300/config_file/smbio-cfg +++ b/OS3300/config_file/smbio-cfg @@ -30,7 +30,6 @@ interface eth 1/0/0 exit interface eth 1/0/1 - no shutdown auto-negotiation !exit exit @@ -41,7 +40,6 @@ interface eth 1/0/2 exit interface eth 1/0/3 - no shutdown auto-negotiation !exit exit @@ -62,7 +60,6 @@ interface eth 1/0/6 exit interface eth 1/0/7 - shutdown auto-negotiation !exit exit @@ -73,7 +70,6 @@ interface eth 1/0/8 exit interface eth 1/0/9 - no shutdown auto-negotiation !exit exit @@ -257,7 +253,6 @@ interface eth 1/1/11 exit interface eth 1/5/0 - no shutdown attr port_type linkport !exit exit |
