Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

packet tracer 2.7.1 Full Config P2P-2 Router

enable
configure terminal
router ospf 10
 log-adjacency-changes
 passive-interface GigabitEthernet0/0/0
 passive-interface GigabitEthernet0/0/1
 auto-cost reference-bandwidth 1000
 network 10.0.0.0 0.0.0.3 area 0
 network 10.0.0.4 0.0.0.3 area 0
 network 192.168.1.0 0.0.0.255 area 0
 network 192.168.2.0 0.0.0.255 area 0
end
Comment

packet tracer 2.7.1 Full Config P2P-3 Router

enable
configure terminal
!
router ospf 10
 log-adjacency-changes
 passive-interface GigabitEthernet0/0/0
 auto-cost reference-bandwidth 1000
 network 10.0.0.4 0.0.0.3 area 0
 network 10.0.0.8 0.0.0.3 area 0
 network 192.168.3.0 0.0.0.15 area 0
end
Comment

PREVIOUS NEXT
Code Example
Shell :: poetry create requirements.txt python 
Shell :: linux run multipel comands in one line 
Shell :: install opencv anaconda 
Shell :: How to clean up the git repo and reduce its disk size 
Shell :: set up vm arch 
Shell :: commit to create a customised image 
Shell :: how to install rpm package opensuse 
Shell :: repo tool depth 
Shell :: nvm update specifiec version 
Shell :: Overwrite Line Batch 
Shell :: xp_cmdshell bcp 
Shell :: ansible ssh on different port 
Shell :: error: Setup script exited with error: libhdf5.so: cannot open shared object file: No such file or directory 
Shell :: How to ssh to multiple servers and run commands 
Shell :: check if string in file 
Shell :: install goaccess 
Shell :: osx remove env 
Shell :: No project found at or above and neither was a --path specified 
Shell :: online linux terminal for c programming 
Shell :: cara melihat git sudah terinstal atau belum di linux terminal 
Shell :: example use & 
Shell :: sslkeylogfile not working linux 
Shell :: close adb shell 
Shell :: what does le mean in linux 
Shell :: convert shell script to yaml 
Shell :: como descargar asobe xd en ubutnu 
Shell :: vscode hangs ubuntu 
Shell :: how to schedule a system reboot with shutdown command 
Shell :: flutter run web public network 
Shell :: Automatically run program on Linux startup via rc.local 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =