Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
16 views
6 pages
Mikrotik
Uploaded by
lucashelal
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download
Save
Save mikrotik For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
16 views
6 pages
Mikrotik
Uploaded by
lucashelal
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save mikrotik For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 6
Search
Fullscreen
MMM MMM KKK TTTTTTTTTTT KKK
MMMM MMMM KKK TTTTTTTTTTT KKK
MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK
MikroTik RouterOS 6.48.6 (c) 1999-2021 http://www.mikrotik.com/
[?] Gives the list of available commands
command [?] Gives help on the command and list of arguments
[Tab] Completes the command/word. If the input is ambiguous,
a second [Tab] gives possible options
/ Move up to base level
.. Move up one level
/command Use command at the base level
jan/02/1970 00:00:17 system,error,critical router rebooted without proper shutdown
, probably power outage
jan/02/1970 00:00:57 system,error,critical,,packet, error while running default co
nfiguration script: interrupted
jan/02/1970 00:00:57 system,error,critical,,packet,
[admin@RouterOS] > /interface vlan
[admin@RouterOS] /interface vlan> add name="VLAN_Lucas" vlan-id=10 interface=bridg
e
[admin@RouterOS] /interface vlan> add name="VLAN_Carol" vlan-id=30 interface=brid
ge
[admin@RouterOS] /interface vlan> add name="VLAN_Personal" vlan-id=20 interface=b
ridge
[admin@RouterOS] /interface vlan> add name="VLAN_Visitors" vlan-id=40 interface=b
ridge
[admin@RouterOS] /interface vlan> /ip address
[admin@RouterOS] /ip address> add address=192.168.10.1/24 interface=VLAN_Lucas
[admin@RouterOS] /ip address> add address=192.168.30.1/24 interface=VLAN_Carol
[admin@RouterOS] /ip address> add address=192.168.20.1/24 interface=VLAN_Personal
[admin@RouterOS] /ip address> add address=192.168.40.1/24 interface=VLAN_Visitors
[admin@RouterOS] /ip address> /ip firewall filter
[admin@RouterOS] /ip firewall filter> add action=drop chain=forward in-interface=V
LAN_Lucas out-interface=VLAN_Carol
[admin@RouterOS] /ip firewall filter> add action=drop chain=forward in-interface=V
LAN_Carol out-interface=VLAN_Lucas
[admin@RouterOS] /ip firewall filter> /ip pool
[admin@RouterOS] /ip pool> /ip pool
[admin@RouterOS] /ip pool> add name="pool_Lucas" ranges=192.168.10.2-192.168.10.25
4
[admin@RouterOS] /ip pool> add name="pool_Carol" ranges=192.168.30.2-192.168.30.25
4
[admin@RouterOS] /ip pool> add name="pool_Personal" ranges=192.168.20.2-192.168.20
.254
[admin@RouterOS] /ip pool> add name="pool_Visitantes" ranges=192.168.40.2-192.168.
40.254
[admin@RouterOS] /ip pool> add name="pool_Visitors" ranges=192.168.40.2-192.168.40
.254
[admin@RouterOS] /ip pool> /ip dhcp-server
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server
[admin@RouterOS] /ip dhcp-server> add address-pool=pool_Lucas disabled=no interfac
e=VLAN_Lucas name=dhcp_Lucas
[admin@RouterOS] /ip dhcp-server> add address-pool=pool_Carol disabled=no interfac
e=VLAN_Carol name=dhcp_Carol
[admin@RouterOS] /ip dhcp-server> add address-pool=pool_Personal disabled=no inter
face=VLAN_Personal name=dhcp_Personal
[admin@RouterOS] /ip dhcp-server> add address-pool=pool_Visitors disabled=no inter
face=VLAN_Visitors name=dhcp_Visitors
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server network
[admin@RouterOS] /ip dhcp-server network> /ip dhcp-server network
[admin@RouterOS] /ip dhcp-server network> add address=192.168.10.0/24 gateway=192.
168.10.1 dns-server=192.168.10.1
[admin@RouterOS] /ip dhcp-server network> add address=192.168.30.0/24 gateway=192.
168.30.1 dns-server=192.168.30.1
[admin@RouterOS] /ip dhcp-server network> add address=192.168.20.0/24 gateway=192.
168.20.1 dns-server=192.168.20.1
[admin@RouterOS] /ip dhcp-server network> add address=192.168.40.0/24 gateway=192.
168.40.1 dns-server=192.168.40.1
[admin@RouterOS] /ip dhcp-server network> /ip firewall filter
[admin@RouterOS] /ip firewall filter> /ip firewall filter
[admin@RouterOS] /ip firewall filter> add action=accept chain=forward in-interface
=VLAN_Carol out-interface=VLAN_Lucas comment="Permitir trfego de Carol para Lucas"
[admin@RouterOS] /ip firewall filter> add action=accept chain=forward in-interface
=VLAN_Lucas out-interface=VLAN_Carol comment="Permitir trfego de Lucas para Carol"
[admin@RouterOS] /ip firewall filter> /ip firewall filter
[admin@RouterOS] /ip firewall filter> add action=accept chain=forward in-interface
=VLAN_Personal out-interface=VLAN_Carol dst-port=80,443 protocol=tcp comment="Perm
itir web de Personal para Carol"
[admin@RouterOS] /ip firewall filter> add action=accept chain=forward in-interface
=VLAN_Personal out-interface=VLAN_Lucas dst-port=80,443 protocol=tcp comment="Perm
itir web de Personal para Lucas"
[admin@RouterOS] /ip firewall filter> /interface bridge port
[admin@RouterOS] /interface bridge port> /interface bridge port
[admin@RouterOS] /interface bridge port> remove [find interface=VLAN_Lucas]
[admin@RouterOS] /interface bridge port> remove [find interface=VLAN_Carol]
[admin@RouterOS] /interface bridge port> /interface vlan
[admin@RouterOS] /interface vlan> /interface vlan
[admin@RouterOS] /interface vlan> add name="VLAN_Lucas" vlan-id=10 interface=en5
input does not match any value of interface
[admin@RouterOS] /interface vlan> add name="VLAN_Carol" vlan-id=20 interface=en4
input does not match any value of interface
[admin@RouterOS] /interface vlan> /interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU
0 RS ether1 ether 1500 1596 2026
1 RS ether2 ether 1500 1596 2026
2 S ether3 ether 1500 1596 2026
3 S ether4 ether 1500 1596 2026
4 RS ether5 ether 1500 1596 2026
5 R VLAN_Carol vlan 1500 1592
6 R VLAN_Lucas vlan 1500 1592
7 R VLAN_Personal vlan 1500 1592
8 R VLAN_Visitors vlan 1500 1592
9 R ;;; defconf
bridgeLocal bridge 1500 1596
[admin@RouterOS] /interface vlan> /interface vlan print detail
Flags: X - disabled, R - running
0 R name="VLAN_Carol" mtu=1500 l2mtu=1592 mac-address=48:A9:8A:46:A6:EF
arp=enabled arp-timeout=auto loop-protect=default loop-protect-status=off
loop-protect-send-interval=5s loop-protect-disable-time=5m vlan-id=30
interface=bridgeLocal use-service-tag=no
1 R name="VLAN_Lucas" mtu=1500 l2mtu=1592 mac-address=48:A9:8A:46:A6:EF
arp=enabled arp-timeout=auto loop-protect=default loop-protect-status=off
loop-protect-send-interval=5s loop-protect-disable-time=5m vlan-id=10
interface=bridgeLocal use-service-tag=no
2 R name="VLAN_Personal" mtu=1500 l2mtu=1592 mac-address=48:A9:8A:46:A6:EF
arp=enabled arp-timeout=auto loop-protect=default loop-protect-status=off
loop-protect-send-interval=5s loop-protect-disable-time=5m vlan-id=20
interface=bridgeLocal use-service-tag=no
3 R name="VLAN_Visitors" mtu=1500 l2mtu=1592 mac-address=48:A9:8A:46:A6:EF
arp=enabled arp-timeout=auto loop-protect=default loop-protect-status=off
loop-protect-send-interval=5s loop-protect-disable-time=5m vlan-id=40
interface=bridgeLocal use-service-tag=no
[admin@RouterOS] /interface vlan> /interface vlan
[admin@RouterOS] /interface vlan> add name="VLAN_Lucas" vlan-id=10 interface=ether
5
failure: already have interface with such name
[admin@RouterOS] /interface vlan> /interface vlan
[admin@RouterOS] /interface vlan> add name="VLAN_LucasX" vlan-id=10 interface=ethe
r5
[admin@RouterOS] /interface vlan> add name="VLAN_CarolX" vlan-id=20 interface=ethe
r4
[admin@RouterOS] /interface vlan> add name="VLAN_PersonalX" vlan-id=30 interface=e
ther3
[admin@RouterOS] /interface vlan> add name="VLAN_VisitorsX" vlan-id=40 interface=e
ther2
[admin@RouterOS] /interface vlan> /ip address
[admin@RouterOS] /ip address> add address=192.168.10.1/24 interface=VLAN_LucasX
[admin@RouterOS] /ip address> add address=192.168.20.1/24 interface=VLAN_CarolX
[admin@RouterOS] /ip address> add address=192.168.30.1/24 interface=VLAN_PersonalX
[admin@RouterOS] /ip address> add address=192.168.40.1/24 interface=VLAN_VisitorsX
[admin@RouterOS] /ip address> /ip pool
[admin@RouterOS] /ip pool> add name=pool_LucasX ranges=192.168.10.2-192.168.10.254
[admin@RouterOS] /ip pool> add name=pool_CarolX ranges=192.168.20.2-192.168.20.254
[admin@RouterOS] /ip pool> add name=pool_PersonalX ranges=192.168.30.2-192.168.30.
254
[admin@RouterOS] /ip pool> add name=pool_VisitorsX ranges=192.168.40.2-192.168.40.
254
[admin@RouterOS] /ip pool> /ip dhcp-server
[admin@RouterOS] /ip dhcp-server> add address-pool=pool_LucasX disabled=no interfa
ce=VLAN_LucasX name=dhcp_LucasX
[admin@RouterOS] /ip dhcp-server> add address-pool=pool_CarolX disabled=no interfa
ce=VLAN_CarolX name=dhcp_CarolX
[admin@RouterOS] /ip dhcp-server> add address-pool=pool_PersonalX disabled=no inte
rface=VLAN_PersonalX name=dhcp_PersonalX
[admin@RouterOS] /ip dhcp-server> add address-pool=pool_VisitorsX disabled=no inte
rface=VLAN_VisitorsX name=dhcp_VisitorsX
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server network
[admin@RouterOS] /ip dhcp-server network> add address=192.168.10.0/24 gateway=192.
168.10.1 dns-server=8.8.8.8
failure: such network already exists
[admin@RouterOS] /ip dhcp-server network> add address=192.168.20.0/24 gateway=192.
168.20.1 dns-server=8.8.8.8
failure: such network already exists
[admin@RouterOS] /ip dhcp-server network> add address=192.168.30.0/24 gateway=192.
168.30.1 dns-server=8.8.8.8
failure: such network already exists
[admin@RouterOS] /ip dhcp-server network> add address=192.168.40.0/24 gateway=192.
168.40.1 dns-server=8.8.8.8
failure: such network already exists
[admin@RouterOS] /ip dhcp-server network> /ip dhcp-server network remove [find add
ress="192.168.10.0/24"]
[admin@RouterOS] /ip dhcp-server network> /ip dhcp-server network remove [find add
ress="192.168.20.0/24"]
[admin@RouterOS] /ip dhcp-server network> /ip dhcp-server network remove [find add
ress="192.168.30.0/24"]
[admin@RouterOS] /ip dhcp-server network> /ip dhcp-server network remove [find add
ress="192.168.40.0/24"]
[admin@RouterOS] /ip dhcp-server network> /ip pool
[admin@RouterOS] /ip pool> add name=pool_LucasX ranges=192.168.10.2-192.168.10.254
failure: pool with such name exists
[admin@RouterOS] /ip pool> /ip dhcp-server
[admin@RouterOS] /ip dhcp-server> add address-pool=pool_LucasX disabled=no interfa
ce=VLAN_LucasX name=dhcp_LucasX
failure: server with such name already exists
[admin@RouterOS] /ip dhcp-server> /ip pool print
# NAME RANGES
0 pool_Lucas 192.168.10.2-192.168.10.254
1 pool_Carol 192.168.30.2-192.168.30.254
2 pool_Personal 192.168.20.2-192.168.20.254
3 pool_Visitantes 192.168.40.2-192.168.40.254
4 pool_Visitors 192.168.40.2-192.168.40.254
5 pool_LucasX 192.168.10.2-192.168.10.254
6 pool_CarolX 192.168.20.2-192.168.20.254
7 pool_PersonalX 192.168.30.2-192.168.30.254
8 pool_VisitorsX 192.168.40.2-192.168.40.254
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server network print
Flags: D - dynamic
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DO..
[admin@RouterOS] /ip dhcp-server> /ip pool remove [find name="pool_Lucas"]
[admin@RouterOS] /ip dhcp-server> /ip pool remove [find name="pool_Carol"]
[admin@RouterOS] /ip dhcp-server> /ip pool remove [find name="pool_Personal"]
[admin@RouterOS] /ip dhcp-server> /ip pool remove [find name="pool_Visitantes"]
[admin@RouterOS] /ip dhcp-server> /ip pool set [find name="pool_CarolX"] ranges=19
2.168.20.2-192.168.20.254
[admin@RouterOS] /ip dhcp-server> /ip pool set [find name="pool_PersonalX"] ranges
=192.168.30.2-192.168.30.254
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server print
Flags: D - dynamic, X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 dhcp_L... VLAN_Lucas *1 10m
1 dhcp_C... VLAN_Carol *2 10m
2 dhcp_P... VLAN_Personal *3 10m
3 dhcp_V... VLAN_Visitors pool_Visitors 10m
4 dhcp_L... VLAN_LucasX pool_LucasX 10m
5 I dhcp_C... VLAN_CarolX pool_CarolX 10m
6 I dhcp_P... VLAN_Perso... pool_PersonalX 10m
7 dhcp_V... VLAN_Visit... pool_VisitorsX 10m
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server remove [find where name="dhcp_Ca
rolX"]
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server remove [find where name="dhcp_Pe
rsonalX"]
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server remove [find where name="dhcp_Lu
cas"]
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server remove [find where name="dhcp_Ca
rol"]
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server remove [find where name="dhcp_Pe
rsonal"]
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server remove [find where name="dhcp_Vi
sitors"]
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server network print
Flags: D - dynamic
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DO..
[admin@RouterOS] /ip dhcp-server> /ip dhcp-server network
[admin@RouterOS] /ip dhcp-server network> add address=192.168.10.0/24 gateway=192.
168.10.1 dns-server=8.8.8.8
[admin@RouterOS] /ip dhcp-server network> /ip dhcp-server network
[admin@RouterOS] /ip dhcp-server network> add address=192.168.20.0/24 gateway=192.
168.20.1 dns-server=8.8.8.8
[admin@RouterOS] /ip dhcp-server network> /ip dhcp-server network
[admin@RouterOS] /ip dhcp-server network> add address=192.168.30.0/24 gateway=192.
168.30.1 dns-server=8.8.8.8
[admin@RouterOS] /ip dhcp-server network> /ip dhcp-server network
[admin@RouterOS] /ip dhcp-server network> add address=192.168.40.0/24 gateway=192.
168.40.1 dns-server=8.8.8.8
[admin@RouterOS] /ip dhcp-server network> /interface bridge
[admin@RouterOS] /interface bridge> add name=bridge_TimeCapsule
[admin@RouterOS] /interface bridge>
[admin@RouterOS] /interface bridge> /interface vlan
[admin@RouterOS] /interface vlan> add name=VLAN_TimeCapsule vlan-id=50 interface=b
ridge_TimeCapsule
[admin@RouterOS] /interface vlan>
[admin@RouterOS] /interface vlan> /ip address
[admin@RouterOS] /ip address> add address=192.168.50.1/24 interface=VLAN_TimeCapsu
le
[admin@RouterOS] /ip address>
[admin@RouterOS] /ip address> /ip dhcp-server network
[admin@RouterOS] /ip dhcp-server network> add address=192.168.50.0/24 gateway=192.
168.50.1 dns-server=8.8.8.8
[admin@RouterOS] /ip dhcp-server network>
[admin@RouterOS] /ip dhcp-server network> /ip dhcp-server
[admin@RouterOS] /ip dhcp-server> add name=dhcp_TimeCapsule interface=VLAN_TimeCap
sule address-pool=pool_TimeCapsule
input does not match any value of address-pool
[admin@RouterOS] /ip dhcp-server> /ip pool
[admin@RouterOS] /ip pool> add name=pool_TimeCapsule ranges=192.168.50.2-192.168.5
0.254
[admin@RouterOS] /ip pool> /ip pool
[admin@RouterOS] /ip pool> add name=pool_TimeCapsule ranges=192.168.50.2-192.168.5
0.254
failure: pool with such name exists
[admin@RouterOS] /ip pool> /ip pool
[admin@RouterOS] /ip pool> set [find name=pool_TimeCapsule] ranges=192.168.50.2-19
2.168.50.254
[admin@RouterOS] /ip pool> /ip dhcp-server
[admin@RouterOS] /ip dhcp-server> add name=dhcp_TimeCapsule interface=VLAN_TimeCap
sule address-pool=pool_TimeCapsule
[admin@RouterOS] /ip dhcp-server> /ip firewall filter
[admin@RouterOS] /ip firewall filter> add chain=forward action=accept in-interface
=ether5 comment="Allow all traffic on ether5"
[admin@RouterOS] /ip firewall filter> /ip firewall filter
[admin@RouterOS] /ip firewall filter> add chain=forward action=accept protocol=tcp
dst-port=548,5353 in-interface=!ether5 comment="Allow TimeCapsule access on Finde
r with authentication"
[admin@RouterOS] /ip firewall filter> /ip dhcp-server network print
Flags: D - dynamic
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DO..
0 192.168.10.0/24 192.168.10.1 8.8.8.8
1 192.168.20.0/24 192.168.20.1 8.8.8.8
2 192.168.30.0/24 192.168.30.1 8.8.8.8
3 192.168.40.0/24 192.168.40.1 8.8.8.8
4 192.168.50.0/24 192.168.50.1 8.8.8.8
[admin@RouterOS] /ip firewall filter>
You might also like
Engine Control System (R9M) : Section
PDF
100% (4)
Engine Control System (R9M) : Section
405 pages
Routing and ..
PDF
No ratings yet
Routing and ..
36 pages
Commands
PDF
No ratings yet
Commands
19 pages
Appearance Release: Complete Only For Hazardous Activity
PDF
No ratings yet
Appearance Release: Complete Only For Hazardous Activity
1 page
Manual Interface VLAN MikroTik
PDF
No ratings yet
Manual Interface VLAN MikroTik
6 pages
Sre Week11
PDF
No ratings yet
Sre Week11
6 pages
CCNA Descovery 2 Lacture 1&2
PDF
No ratings yet
CCNA Descovery 2 Lacture 1&2
5 pages
Midwifery Society of Nepal (MIDSoN)
PDF
No ratings yet
Midwifery Society of Nepal (MIDSoN)
5 pages
Esquema: Router Enable Router#config Terminal
PDF
No ratings yet
Esquema: Router Enable Router#config Terminal
23 pages
Lab 12 Static
PDF
No ratings yet
Lab 12 Static
6 pages
NEW - Mikrotik - WIKI - Ebook 1 - Basics - Firewall - Ethernet
PDF
100% (1)
NEW - Mikrotik - WIKI - Ebook 1 - Basics - Firewall - Ethernet
114 pages
320d Wiring
PDF
90% (10)
320d Wiring
2 pages
Switch Port Security Lab (1-2)
PDF
No ratings yet
Switch Port Security Lab (1-2)
13 pages
Configuracion
PDF
No ratings yet
Configuracion
13 pages
LAB 03 - Configuring Inter VLAN Trunking
PDF
No ratings yet
LAB 03 - Configuring Inter VLAN Trunking
29 pages
Olt Config
PDF
No ratings yet
Olt Config
9 pages
Final Redes
PDF
No ratings yet
Final Redes
7 pages
UTS - Jaringan Komputer 2 - 43A87005190050 Bagus Ilham Santoso
PDF
No ratings yet
UTS - Jaringan Komputer 2 - 43A87005190050 Bagus Ilham Santoso
23 pages
Vlan 2,3,4,5
PDF
No ratings yet
Vlan 2,3,4,5
5 pages
Eigrp
PDF
No ratings yet
Eigrp
13 pages
Quiz 1 ANSWER
PDF
No ratings yet
Quiz 1 ANSWER
4 pages
STP Lab 4
PDF
No ratings yet
STP Lab 4
17 pages
S1 Vlan 99 S2 Vlan 99 S3 Vlan 99 PC1 NIC PC2 NIC PC3 NIC PC4 NIC PC5 NIC PC6 NIC
PDF
No ratings yet
S1 Vlan 99 S2 Vlan 99 S3 Vlan 99 PC1 NIC PC2 NIC PC3 NIC PC4 NIC PC5 NIC PC6 NIC
16 pages
CCNA5 ScaN EIGRP Practice Skills Assessment - PT
PDF
No ratings yet
CCNA5 ScaN EIGRP Practice Skills Assessment - PT
13 pages
CCNA5 ScaN EIGRP Practice Skills Assessment - PT
PDF
No ratings yet
CCNA5 ScaN EIGRP Practice Skills Assessment - PT
13 pages
CatOS Commands
PDF
No ratings yet
CatOS Commands
21 pages
Cs 201 Long Quiz 2
PDF
No ratings yet
Cs 201 Long Quiz 2
3 pages
Lab 1
PDF
No ratings yet
Lab 1
11 pages
Dynamic Routing
PDF
No ratings yet
Dynamic Routing
3 pages
DCN 9121
PDF
No ratings yet
DCN 9121
32 pages
VLAN
PDF
No ratings yet
VLAN
8 pages
HP Switch
PDF
No ratings yet
HP Switch
13 pages
Sample Juniper
PDF
No ratings yet
Sample Juniper
5 pages
CCNA Lab 1
PDF
No ratings yet
CCNA Lab 1
19 pages
Mikrotik Vlan
PDF
No ratings yet
Mikrotik Vlan
5 pages
Configuracion Sw1: Practica 1 Ccna3
PDF
No ratings yet
Configuracion Sw1: Practica 1 Ccna3
15 pages
Backup Mikrotik 951g
PDF
No ratings yet
Backup Mikrotik 951g
9 pages
Transparente
PDF
No ratings yet
Transparente
10 pages
Cisco Show Commands
PDF
No ratings yet
Cisco Show Commands
20 pages
Mobile Offshore Drill. Unit Safety Certificate (General) - 2020-02-26
PDF
No ratings yet
Mobile Offshore Drill. Unit Safety Certificate (General) - 2020-02-26
5 pages
عمل فيلان وعزل كل فيلان مع الحمايه 772072056
PDF
No ratings yet
عمل فيلان وعزل كل فيلان مع الحمايه 772072056
2 pages
Conmutación Y Enrutamiento Paralelo 101 Laboratorio 5
PDF
No ratings yet
Conmutación Y Enrutamiento Paralelo 101 Laboratorio 5
25 pages
Routers
PDF
No ratings yet
Routers
24 pages
Configuración de VLANs Con Cisco
PDF
No ratings yet
Configuración de VLANs Con Cisco
4 pages
VRRP
PDF
No ratings yet
VRRP
8 pages
Switch Configuration
PDF
No ratings yet
Switch Configuration
14 pages
PPP Cisco Packet Tracer
PDF
No ratings yet
PPP Cisco Packet Tracer
6 pages
Configuracion 1ra Red
PDF
No ratings yet
Configuracion 1ra Red
5 pages
Ragee
PDF
No ratings yet
Ragee
17 pages
Dell
PDF
No ratings yet
Dell
24 pages
Section 1.1: Configure The ACME Headquarters Network (AS 12345) As Per The Following Requirements
PDF
No ratings yet
Section 1.1: Configure The ACME Headquarters Network (AS 12345) As Per The Following Requirements
59 pages
CN 5
PDF
No ratings yet
CN 5
39 pages
Enable (Modo Privilegiado) Configure Terminal (Para Entrar en La Configuración Del Terminal)
PDF
No ratings yet
Enable (Modo Privilegiado) Configure Terminal (Para Entrar en La Configuración Del Terminal)
2 pages
Confi
PDF
No ratings yet
Confi
14 pages
Packet Filter
PDF
No ratings yet
Packet Filter
15 pages
Configuracion Consola Routers 1
PDF
No ratings yet
Configuracion Consola Routers 1
6 pages
VTP Server:: Switch (Config) #Int Range g0/1-2 Switch (Config-If-Range) #Switchport Mode Trunk
PDF
No ratings yet
VTP Server:: Switch (Config) #Int Range g0/1-2 Switch (Config-If-Range) #Switchport Mode Trunk
9 pages
Examecisco
PDF
No ratings yet
Examecisco
5 pages
Comandos Switches
PDF
No ratings yet
Comandos Switches
7 pages
Olt
PDF
No ratings yet
Olt
4 pages
CONSIDERING THE FUTURE OF THE PROFESSION-Artículo en Ingles PDF
PDF
No ratings yet
CONSIDERING THE FUTURE OF THE PROFESSION-Artículo en Ingles PDF
40 pages
The 4 Unique Buying Styles
PDF
100% (1)
The 4 Unique Buying Styles
4 pages
Switch#erase Startup-Config Switch#delete Flash:vlan - Dat Switch#reload Switch Enable S1#show Vlan
PDF
No ratings yet
Switch#erase Startup-Config Switch#delete Flash:vlan - Dat Switch#reload Switch Enable S1#show Vlan
10 pages
Disposal of Unused Drugs - Knowledge and Behavior Among People Around The World
PDF
100% (1)
Disposal of Unused Drugs - Knowledge and Behavior Among People Around The World
34 pages
Comandos Configurar Switch Cisco
PDF
No ratings yet
Comandos Configurar Switch Cisco
12 pages
Judiciary Handbook
PDF
No ratings yet
Judiciary Handbook
5 pages
627317044FINAL - Detailed Advt 02 - 2024
PDF
No ratings yet
627317044FINAL - Detailed Advt 02 - 2024
14 pages
Pelatihan Cisco Router
PDF
No ratings yet
Pelatihan Cisco Router
29 pages
Final BSBCMM401 Assessment Solution
PDF
No ratings yet
Final BSBCMM401 Assessment Solution
18 pages
Optima Super Secure Brochure
PDF
No ratings yet
Optima Super Secure Brochure
20 pages
SpyGlass DS System Brochure
PDF
No ratings yet
SpyGlass DS System Brochure
6 pages
Page 5 A&A May 5, 2025 - Barclay Page 5
PDF
No ratings yet
Page 5 A&A May 5, 2025 - Barclay Page 5
1 page
Jigs and Fixtures
PDF
No ratings yet
Jigs and Fixtures
5 pages
Rooster
PDF
No ratings yet
Rooster
15 pages
Geographical Investigations
PDF
No ratings yet
Geographical Investigations
10 pages
GS Yuasa Battery Europe Ltd. Safety Data Sheet
PDF
No ratings yet
GS Yuasa Battery Europe Ltd. Safety Data Sheet
11 pages
ER Diagram
PDF
No ratings yet
ER Diagram
2 pages
Chapter 2 - Classification of Business
PDF
No ratings yet
Chapter 2 - Classification of Business
22 pages
Control of Static Electricity Work Instruction
PDF
No ratings yet
Control of Static Electricity Work Instruction
7 pages
ETF Report
PDF
No ratings yet
ETF Report
4 pages
PRTG Report 4812 - Report Sensor - Created 2022-06-21 13-16-49 (2022-05-01 00-00 - 2022-05-31 00-00) UTC
PDF
No ratings yet
PRTG Report 4812 - Report Sensor - Created 2022-06-21 13-16-49 (2022-05-01 00-00 - 2022-05-31 00-00) UTC
2 pages
Au Bon Pain
PDF
No ratings yet
Au Bon Pain
6 pages
Jiad 316
PDF
No ratings yet
Jiad 316
12 pages
1 s2.0 S0264410X25002087 Main
PDF
No ratings yet
1 s2.0 S0264410X25002087 Main
6 pages
CV 3
PDF
No ratings yet
CV 3
7 pages
Lecture 14 Biosynthesis and Degradation of Nucleic Acids
PDF
No ratings yet
Lecture 14 Biosynthesis and Degradation of Nucleic Acids
17 pages
Updated Formatted Manuscript
PDF
No ratings yet
Updated Formatted Manuscript
23 pages
Mechanical Module 06
PDF
No ratings yet
Mechanical Module 06
14 pages
Thesis
PDF
No ratings yet
Thesis
250 pages
7 Document
PDF
No ratings yet
7 Document
26 pages
FDA - Data Stds Catalog - 4.19.2023 (v9.1)
PDF
No ratings yet
FDA - Data Stds Catalog - 4.19.2023 (v9.1)
18 pages
EE Lab 10
PDF
No ratings yet
EE Lab 10
7 pages
AlbaS-BMJGlobalHealth Good Practices For Epidemiological Research
PDF
No ratings yet
AlbaS-BMJGlobalHealth Good Practices For Epidemiological Research
10 pages
Alcohol Detection and Monitoring
PDF
No ratings yet
Alcohol Detection and Monitoring
11 pages
Pnas 1915884117
PDF
No ratings yet
Pnas 1915884117
10 pages
Similarity Filters Jaro Winkler
PDF
No ratings yet
Similarity Filters Jaro Winkler
7 pages
Group Life Assurance in Myanmar
PDF
No ratings yet
Group Life Assurance in Myanmar
2 pages
Title Page
PDF
No ratings yet
Title Page
1 page
Plot2 Facetgrid
PDF
No ratings yet
Plot2 Facetgrid
1 page
Wallpaper 2
PDF
No ratings yet
Wallpaper 2
1 page
Cisco CCNA Command Guide: An Introductory Guide for CCNA & Computer Networking Beginners: Computer Networking, #3
From Everand
Cisco CCNA Command Guide: An Introductory Guide for CCNA & Computer Networking Beginners: Computer Networking, #3
Ramon Nastase
4.5/5 (2)
CCNA Exam Excellence: Study Guide & Practice Tests
From Everand
CCNA Exam Excellence: Study Guide & Practice Tests
SUJAN
No ratings yet
WAN TECHNOLOGY FRAME-RELAY: An Expert's Handbook of Navigating Frame Relay Networks
From Everand
WAN TECHNOLOGY FRAME-RELAY: An Expert's Handbook of Navigating Frame Relay Networks
Mamta Devi
No ratings yet