Created
June 26, 2021 15:53
-
-
Save kuredev/1a6ec9c79a4d66f7f831d670ed9adfc8 to your computer and use it in GitHub Desktop.
EtherIP用のIX2015 config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Router(config)# show config | |
Using 1114 out of 524288 bytes | |
! NEC Portable Internetwork Core Operating System Software | |
! IX Series IX2010 (magellan-sec) Software, Version 7.3.27, RELEASE SOFTWARE | |
! Compiled Apr 27-Thu-2006 14:03:32 JST #2 | |
! Last updated Jun 22-Tue-2021 23:48:46 JST | |
! | |
! | |
timezone +09 00 | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
bridge irb enable | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
! | |
device FastEthernet0/0 | |
! | |
device FastEthernet0/1 | |
! | |
device FastEthernet1/0 | |
! | |
device BRI1/0 | |
isdn switch-type hsd128k | |
! | |
interface FastEthernet0/0.0 | |
no ip address | |
shutdown | |
! | |
interface FastEthernet0/1.0 | |
no ip address | |
bridge-group 1 | |
no shutdown | |
! | |
interface FastEthernet1/0.0 | |
ip address 20.0.0.2/30 | |
no shutdown | |
! | |
interface BRI1/0.0 | |
encapsulation ppp | |
no auto-connect | |
no ip address | |
shutdown | |
! | |
interface BVI0 | |
ip address 10.0.0.1/24 | |
bridge-group 1 | |
no shutdown | |
! | |
interface Loopback0.0 | |
no ip address | |
! | |
interface Null0.0 | |
no ip address | |
! | |
interface Tunnel0.0 | |
tunnel mode ether-ip ip | |
tunnel destination 20.0.0.1 | |
tunnel source FastEthernet1/0.0 | |
no ip address | |
bridge-group 1 | |
no shutdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment