Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Sep 10, 2024
1 parent c372e89 commit 48ef371
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ sFlow is disabled.
| Ethernet67 | Custom_Transceiver_Frequency | - | - | - | - | - |
| Ethernet68 | Custom_Transceiver_Frequency | - | - | - | - | - |
| Ethernet69 | IP NAT service-profile | - | - | - | - | - |
| Ethernet70 | dot1x_aaa_unresponsive | access | - | - | - | - |
| Ethernet71 | dot1x_aaa_unresponsive1 | access | - | - | - | - |
| Ethernet72 | dot1x_aaa_unresponsive2 | access | - | - | - | - |

*Inherited from Port-Channel Interface

Expand Down Expand Up @@ -1148,7 +1145,6 @@ interface Ethernet69
interface Ethernet70
description dot1x_aaa_unresponsive
no shutdown
switchport
dot1x aaa unresponsive phone action apply cached-results timeout 10 hours else traffic allow
dot1x aaa unresponsive action traffic allow vlan 10 access-list acl1
dot1x aaa unresponsive eap response success
Expand All @@ -1157,7 +1153,6 @@ interface Ethernet70
interface Ethernet71
description dot1x_aaa_unresponsive1
no shutdown
switchport
dot1x aaa unresponsive phone action apply cached-results timeout 10 hours
dot1x aaa unresponsive action traffic allow vlan 10 access-list acl1
dot1x aaa unresponsive eap response success
Expand All @@ -1166,7 +1161,6 @@ interface Ethernet71
interface Ethernet72
description dot1x_aaa_unresponsive2
no shutdown
switchport
dot1x aaa unresponsive action traffic allow vlan 10 access-list acl1
dot1x aaa unresponsive eap response success
dot1x mac based access-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,6 @@ interface Ethernet69
interface Ethernet70
description dot1x_aaa_unresponsive
no shutdown
switchport
dot1x aaa unresponsive phone action apply cached-results timeout 10 hours else traffic allow
dot1x aaa unresponsive action traffic allow vlan 10 access-list acl1
dot1x aaa unresponsive eap response success
Expand All @@ -770,7 +769,6 @@ interface Ethernet70
interface Ethernet71
description dot1x_aaa_unresponsive1
no shutdown
switchport
dot1x aaa unresponsive phone action apply cached-results timeout 10 hours
dot1x aaa unresponsive action traffic allow vlan 10 access-list acl1
dot1x aaa unresponsive eap response success
Expand All @@ -779,7 +777,6 @@ interface Ethernet71
interface Ethernet72
description dot1x_aaa_unresponsive2
no shutdown
switchport
dot1x aaa unresponsive action traffic allow vlan 10 access-list acl1
dot1x aaa unresponsive eap response success
dot1x mac based access-list
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48ef371

Please sign in to comment.